Регистры Allwinner H616

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


NDFC_RDATA_STA_1
5.2.5. NDFC Read Data Status Register 1 - адрес: 0x401104c (смещение: 0x004C)

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



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

  BIT_CNT_0

Bits 31 : 0
R
0x0

The number of input bit 0 during current command. It will be cleared
automatically when next command is executed.



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

md 401104c 1



Bit fields structure

typedef union  ndfc_rdata_sta_1
{
  struct
  {
   unsigned bit_cnt_0 : 32;
  } b;
   unsigned long w;
} NDFC_RDATA_STA_1
   

Allwinner H616 Manual