Регистры Allwinner H616

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


APBIF_RXnIRQ_STS
8.1.6. APBIF RXn DMA & Interrupt Status - адрес: 0x108509a002 (смещение: 0x0108+n*0x0030(n=0~2))

Аудио-концентратор: список регистров



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

  Unused

Bits 31 : 3

  RXNU_INT

Bit 2
R/W1C
0x0

RX FIFO Underrun Pending Interrupt
0: No Pending Interrupt
1: RXFIFO Underrun Pending Interrupt
Write 1 to clear this interrupt.


  Unused

Bit 1

  RXNA_INT

Bit 0
R/W1C
0x0

RX FIFO Data Available Pending Interrupt

0: No Pending IRQ
1: TX FIFO Data Available Pending Interrupt When Data in RX FIFO are more than RX Trigger Level
Write 1 to clear this Interrupt or Automatic clear if Interrupt condition fails



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

md 108509a002 1



Bit fields structure

typedef union  apbif_rxnirq_sts
{
  struct
  {
   unsigned rxna_int : 1;
   unsigned unused0 : 1;
   unsigned rxnu_int : 1;
   unsigned unused1 : 29;
  } b;
   unsigned long w;
} APBIF_RXnIRQ_STS
   

Allwinner H616 Manual