Регистры Allwinner H616

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


C0_INT_EN
3.2.4. Cluster0 Interrupt Enable Control Register - адрес: 0x9010010 0x8100010 (смещение: 0x0010)

Конфигурация CPUX: список регистров



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

  Unused

Bits 31 : 16

  C0_GIC_EN

Bits 15 : 0
R/W
0xFFFF

Interrupt enable control register.
Mask irq_out/firq_out to system domain.



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

md 9010010 1
md 8100010 1



Bit fields structure

typedef union  c0_int_en
{
  struct
  {
   unsigned c0_gic_en : 16;
   unsigned unused0 : 16;
  } b;
   unsigned long w;
} C0_INT_EN
   

Allwinner H616 Manual