
NDFC_USER_DATA_N Контроллер Nand Flash (NDFC): список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 USER_DATA Bits 31 : 0R/W 0xffffff All of the user data in one page is stored in NDFC_USER_DATA_N. Команда U-Boot для чтения регистра md 4091004 1Bit fields structure
typedef union ndfc_user_data_n
{
struct
{
unsigned user_data : 32;
} b;
unsigned long w;
} NDFC_USER_DATA_N
|
![]() |