Регистры Allwinner H616

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


TMR1_INTV_VALUE_REG
3.6.5. Timer 1 Interval Value Register - адрес: 0x3009024 (смещение: 0x0024)

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



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

  TMR1_INTV_VALUE

Bits 31 : 0
R/W
0x0

Timer 1 Interval Value



Note
The value should consider the system clock and the timer clock source.



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

md 3009024 1



Bit fields structure

typedef union  tmr1_intv_value_reg
{
  struct
  {
   unsigned tmr1_intv_value : 32;
  } b;
   unsigned long w;
} TMR1_INTV_VALUE_REG
   

Allwinner H616 Manual