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
|