
SMHC_DS_DL Хост-контроллер SD / MMC (SMHC): список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 16DS_DL_CAL_START Bit 15R/W 0x0 Data Strobe Delay Calibration Start DS_DL_CAL_DONE Bit 14R 0x0 Data Strobe Delay Calibration Done DS_DL Bits 13 : 8R 0x20 Data Strobe Delay DS_DL_SW_EN Bit 7R/W 0x0 Sample Delay Software Enable Unused Bit 6DS_DL_SW Bits 5 : 0R/W 0x0 Data Strobe Delay Software Команда U-Boot для чтения регистра md 4020148 1md 4021148 1 md 4022148 1 Bit fields structure
typedef union smhc_ds_dl
{
struct
{
unsigned ds_dl_sw : 6;
unsigned unused0 : 1;
unsigned ds_dl_sw_en : 1;
unsigned ds_dl : 6;
unsigned ds_dl_cal_done : 1;
unsigned ds_dl_cal_start : 1;
unsigned unused1 : 16;
} b;
unsigned long w;
} SMHC_DS_DL
|
![]() |