Регистры Allwinner H616

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


HS_TMR_IRQ_STAS_REG
3.7.5. HS Timer Status Register - адрес: 0x3005004 (смещение: 0x0004)

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



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

  Unused

Bits 31 : 2

  HS_TMR1_IRQ_PEND

Bit 1
R/W1C
0x0

High Speed Timer 1 IRQ Pending
Setting 1 to the bit will clear it.
0: No effect
1: Pending, High speed timer 1 interval value is reached.


  HS_TMR0_IRQ_PEND

Bit 0
R/W1C
0x0

High Speed Timer 0 IRQ Pending
Setting 1 to the bit will clear it.
0: No effect
1: Pending, High speed timer 0 interval value is reached.



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

md 3005004 1



Bit fields structure

typedef union  hs_tmr_irq_stas_reg
{
  struct
  {
   unsigned hs_tmr0_irq_pend : 1;
   unsigned hs_tmr1_irq_pend : 1;
   unsigned unused0 : 30;
  } b;
   unsigned long w;
} HS_TMR_IRQ_STAS_REG
   

Allwinner H616 Manual