Регистры Allwinner H616

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


TVE_104_REG
7.2.5. TV Encoder VSYNC Number Register - адрес: 0x6520104 0x6524104 (смещение: 0x0104)

ТВ-кодер: список регистров



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

  Unused

Bits 31 : 1

  VSYNC5

Bit 0
R/W
0x0

Number of equalization pulse selection
This bit selects whether the number of equalization pulses is 5 or 6.
This parameter is applicable only for interlaced video.
0: 5 equalization pulse(default)
1: 6 equalization pulses



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

md 6520104 1
md 6524104 1



Bit fields structure

typedef union  tve_104_reg
{
  struct
  {
   unsigned vsync5 : 1;
   unsigned unused0 : 31;
  } b;
   unsigned long w;
} TVE_104_REG
   

Allwinner H616 Manual