
SMHC_IDIE Хост-контроллер SD / MMC (SMHC): список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 10RESERVED1 Bits 9 : 8R/W 0x0 Reserved Unused Bits 7 : 6ERR_SUM_INT_ENB Bit 5R/W 0x0 Card Error Summary Interrupt Enable. DES_UNAVL_INT_ENB Bit 4R/W 0x0 Descriptor Unavailable Interrupt. Unused Bit 3FERR_INT_ENB Bit 2R/W 0x0 Fatal Bus Error Enable RX_INT_ENB Bit 1R/W 0x0 Receive Interrupt Enable. TX_INT_ENB Bit 0R/W 0x0 Transmit Interrupt Enable. Команда U-Boot для чтения регистра md 402008c 1md 402108c 1 md 402208c 1 Bit fields structure
typedef union smhc_idie
{
struct
{
unsigned tx_int_enb : 1;
unsigned rx_int_enb : 1;
unsigned ferr_int_enb : 1;
unsigned unused0 : 1;
unsigned des_unavl_int_enb : 1;
unsigned err_sum_int_enb : 1;
unsigned unused1 : 2;
unsigned reserved1 : 2;
unsigned unused2 : 22;
} b;
unsigned long w;
} SMHC_IDIE
|
![]() |