Регистры Allwinner H616

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


AVS_CNT1_REG
3.6.5. AVS Counter 1 Register - адрес: 0x30090c8 (смещение: 0x00C8)

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



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

  AVS_CNT1

Bits 31 : 0
R/W
0x0

Counter 1 for Audio/Video Sync Application
The high 32 bits of the internal 33-bit counter register. The initial value of the
internal 33-bit counter register can be set by software. The LSB bit of the 33-bit
counter register should be zero when the initial value is updated. It will count
from the initial value. The initial value can be updated at any time. It can also
be paused by setting AVS_CNT1_PS to 1 . When it is paused, the counter will
not increase.



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

md 30090c8 1



Bit fields structure

typedef union  avs_cnt1_reg
{
  struct
  {
   unsigned avs_cnt1 : 32;
  } b;
   unsigned long w;
} AVS_CNT1_REG
   

Allwinner H616 Manual