Регистры Allwinner H616

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


OWA_INT
8.3.4. OWA Interrupt Control Register - адрес: 0x509301c (смещение: 0x001C)

Контроллер последовательной аудио-шины: список регистров



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

  Unused

Bits 31 : 8

  TX_DRQ

Bit 7
R/W
0x0

TXFIFO Empty DRQ Enable
0: Disable
1: Enable


  TXUI_EN

Bit 6
R/W
0x0

TXFIFO Underrun Interrupt Enable
0: Disable
1: Enable


  TXOI_EN

Bit 5
R/W
0x0

TXFIFO Overrun Interrupt Enable
0: Disable
1: Enable


  TXEI_EN

Bit 4
R/W
0x0

TXFIFO Empty Interrupt Enable
0: Disable
1: Enable


  Unused

Bits 3 : 0


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

md 509301c 1



Bit fields structure

typedef union  owa_int
{
  struct
  {
   unsigned unused0 : 4;
   unsigned txei_en : 1;
   unsigned txoi_en : 1;
   unsigned txui_en : 1;
   unsigned tx_drq : 1;
   unsigned unused1 : 24;
  } b;
   unsigned long w;
} OWA_INT
   

Allwinner H616 Manual