
NDFC_RDATA_STA_CTL Контроллер Nand Flash (NDFC): список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 25NDFC_RDATA_STA_EN Bit 24R/W 0x1 0: Disable to count the number of bit 1 and bit 0 during current read operation Unused Bits 23 : 19NDFC_RDATA_STA_TH Bits 18 : 0R/W 0x0 The threshold value to generate data status Команда U-Boot для чтения регистра md 4011044 1Bit fields structure
typedef union ndfc_rdata_sta_ctl
{
struct
{
unsigned ndfc_rdata_sta_th : 19;
unsigned unused0 : 5;
unsigned ndfc_rdata_sta_en : 1;
unsigned unused1 : 7;
} b;
unsigned long w;
} NDFC_RDATA_STA_CTL
|
![]() |