Регистры Allwinner H616

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


TMR_IRQ_EN_REG
3.6.5. Timer IRQ Enable Register - адрес: 0x3009000 (смещение: 0x0000)

Таймер: список регистров



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

  Unused

Bits 31 : 2

  TMR1_IRQ_EN

Bit 1
R/W
0x0

Timer 1 Interrupt Enable
0: Disable
1: Enable


  TMR0_IRQ_EN

Bit 0
R/W
0x0

Timer 0 Interrupt Enable
0: Disable
1: Enable



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

md 3009000 1



Bit fields structure

typedef union  tmr_irq_en_reg
{
  struct
  {
   unsigned tmr0_irq_en : 1;
   unsigned tmr1_irq_en : 1;
   unsigned unused0 : 30;
  } b;
   unsigned long w;
} TMR_IRQ_EN_REG
   

Allwinner H616 Manual