Регистры Allwinner H616

Сокращения  |  Дерево шин  |  Карта памяти


NDFC_EFNAND_STATUS
5.2.5. NDFC EFNAND Status Register - адрес: 0x4011110 (смещение: 0x0110)

Контроллер Nand Flash (NDFC): список регистров



31 ||||||||||||||||| 16
15 ||||||||||||||||| 00

  Unused

Bits 31 : 8

  EF_NAND_STATUS

Bits 7 : 0
R
0x0

The status value for EF-NAND page read operation



Команда U-Boot для чтения регистра

md 4011110 1



Bit fields structure

typedef union  ndfc_efnand_status
{
  struct
  {
   unsigned ef_nand_status : 8;
   unsigned unused0 : 24;
  } b;
   unsigned long w;
} NDFC_EFNAND_STATUS
   

Allwinner H616 Manual