Регистры Allwinner H616

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


TMR0_INTV_VALUE_REG
3.6.5. Timer 0 Interval Value Register - адрес: 0x3009014 (смещение: 0x0014)

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



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

  TMR0_INTV_VALUE

Bits 31 : 0
R/W
0x0

Timer 0 Interval Value

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



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

md 3009014 1



Bit fields structure

typedef union  tmr0_intv_value_reg
{
  struct
  {
   unsigned tmr0_intv_value : 32;
  } b;
   unsigned long w;
} TMR0_INTV_VALUE_REG
   

Allwinner H616 Manual