Регистры Allwinner H616

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


HS_TMR0_CURNT_HI_REG
3.7.5. HS Timer 0 Current Value High Register - адрес: 0x3005030 (смещение: 0x0030)

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



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

  Unused

Bits 31 : 24

  HS_TMR0_CUR_VALUE_HI

Bits 23 : 0
R/W
0x0

High Speed Timer 0 Current Value [55:32]

Note
HS timer current value is a 56-bit down-counter (from interval value to 0).
The current value register is a 56-bit register. When read or write the current value, the Low register should be read or written first.



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

md 3005030 1



Bit fields structure

typedef union  hs_tmr0_curnt_hi_reg
{
  struct
  {
   unsigned hs_tmr0_cur_value_hi : 24;
   unsigned unused0 : 8;
  } b;
   unsigned long w;
} HS_TMR0_CURNT_HI_REG
   

Allwinner H616 Manual