Регистры Allwinner H616

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


NDFC_MDMA_STA
5.2.5. NDFC MBUS DMA Interrupt Status Register - адрес: 0x4011204 (смещение: 0x0204)

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



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

  NFC_MDMA_TRANS_FINISH_INT

Bits 31 : 0
R/W
0x0

Transfer Finish Interrupt
Indicates that data transmission is finished for a descriptor. Writing a 1 clears this bit.

Bit 0: Corresponding DMA descriptor 0
Bit 1: Corresponding DMA descriptor 1
***
Bit 31: Corresponding DMA descriptor 31



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

md 4011204 1



Bit fields structure

typedef union  ndfc_mdma_sta
{
  struct
  {
   unsigned nfc_mdma_trans_finish_int : 32;
  } b;
   unsigned long w;
} NDFC_MDMA_STA
   

Allwinner H616 Manual