Регистры Allwinner H616

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


AVS_CNT0_REG
3.6.5. AVS Counter 0 Register - адрес: 0x30090c4 (смещение: 0x00C4)

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



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

  AVS_CNT0

Bits 31 : 0
R/W
0x0

Counter 0 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_CNT0_PS to 1 . When it is paused, the counter will
not increase.



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

md 30090c4 1



Bit fields structure

typedef union  avs_cnt0_reg
{
  struct
  {
   unsigned avs_cnt0 : 32;
  } b;
   unsigned long w;
} AVS_CNT0_REG
   

Allwinner H616 Manual