
SMHC_SAMP_DL Хост-контроллер SD / MMC (SMHC): список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 16SAMP_DL_CAL_START Bit 15R/W 0x0 Sample Delay Calibration Start SAMP_DL_CAL_DONE Bit 14R 0x0 Sample Delay Calibration Done SAMP_DL Bits 13 : 8R 0x20 Sample Delay SAMP_DL_SW_EN Bit 7R/W 0x0 Sample Delay Software Enable Unused Bit 6SAMP_DL_SW Bits 5 : 0R/W 0x0 Sample Delay Software Команда U-Boot для чтения регистра md 4020144 1md 4021144 1 md 4022144 1 Bit fields structure
typedef union smhc_samp_dl
{
struct
{
unsigned samp_dl_sw : 6;
unsigned unused0 : 1;
unsigned samp_dl_sw_en : 1;
unsigned samp_dl : 6;
unsigned samp_dl_cal_done : 1;
unsigned samp_dl_cal_start : 1;
unsigned unused1 : 16;
} b;
unsigned long w;
} SMHC_SAMP_DL
|
![]() |