Регистры Allwinner H616

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


HS_TMR_IRQ_EN_REG
3.7.5. HS Timer IRQ Enable Register - адрес: 0x3005000 (смещение: 0x0000)

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



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

  Unused

Bits 31 : 2

  HS_TMR1_INT_EN

Bit 1
R/W1S
0x0

High Speed Timer 1 Interrupt Enable
0: No effect
1: High Speed Timer1 interval value reached interrupt enable


  HS_TMR0_INT_EN

Bit 0
R/W1S
0x0

High Speed Timer 0 Interrupt Enable
0: No effect
1: High Speed Timer0 interval value reached interrupt enable



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

md 3005000 1



Bit fields structure

typedef union  hs_tmr_irq_en_reg
{
  struct
  {
   unsigned hs_tmr0_int_en : 1;
   unsigned hs_tmr1_int_en : 1;
   unsigned unused0 : 30;
  } b;
   unsigned long w;
} HS_TMR_IRQ_EN_REG
   

Allwinner H616 Manual