
NDFC_INT Контроллер Nand Flash (NDFC): список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 3NDFC_DMA_INT_ENABLE Bit 2R/W 0x0 Enable or disable interrupt when a pending DMA is completed. NDFC_CMD_INT_ENABLE Bit 1R/W 0x0 Enable or disable interrupt when NDFC has finished the procession of a single NDFC_B2R_INT_ENABLE Bit 0R/W 0x0 Enable or disable interrupt when NDFC_RB# signal is transferring from BUSY state to READY state Команда U-Boot для чтения регистра md 4011008 1Bit fields structure
typedef union ndfc_int
{
struct
{
unsigned ndfc_b2r_int_enable : 1;
unsigned ndfc_cmd_int_enable : 1;
unsigned ndfc_dma_int_enable : 1;
unsigned unused0 : 29;
} b;
unsigned long w;
} NDFC_INT
|
![]() |