Регистры Allwinner H616

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


HS_TMR1_CURNT_HI_REG
3.7.5. HS Timer 1 Current Value High Regi - адрес: 0x3005050 (смещение: 0x0050)

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



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

  Unused

Bits 31 : 24

  HS_TMR1_CUR_VALUE_HI

Bits 23 : 0
R/W
0x0

High Speed Timer 1 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 3005050 1



Bit fields structure

typedef union  hs_tmr1_curnt_hi_reg
{
  struct
  {
   unsigned hs_tmr1_cur_value_hi : 24;
   unsigned unused0 : 8;
  } b;
   unsigned long w;
} HS_TMR1_CURNT_HI_REG
   

Allwinner H616 Manual