Регистры Allwinner H616

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


HS_TMR0_INTV_HI_REG
3.7.5. HS Timer 0 Interval Value High Register - адрес: 0x3005028 (смещение: 0x0028)

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



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

  Unused

Bits 31 : 24

  HS_TMR0_INTV_VALUE_HI

Bits 23 : 0
R/W
0x0

High Speed Timer 0 Interval Value [55:32]

Note
The interval value register is a 56-bit register. When read or write the interval value, the Lo register should be read or written first. And the High register should be written after the Lo register.



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

md 3005028 1



Bit fields structure

typedef union  hs_tmr0_intv_hi_reg
{
  struct
  {
   unsigned hs_tmr0_intv_value_hi : 24;
   unsigned unused0 : 8;
  } b;
   unsigned long w;
} HS_TMR0_INTV_HI_REG
   

Allwinner H616 Manual