TVE_10C_REG
7.2.5. TV Encoder Cb/Cr Level/Gain Register - адрес: 0x652010c 0x652410c (смещение: 0x010C) ТВ-кодер: список регистров
Unused Bits 31 : 16
CR_BURST_LEVEL Bits 15 : 8 R/W 0x0
Specify the amplitude of the Cr burst. 8 bit 2's complement integer.
Allowed range is from (-127) to 127. CB_BURST_LEVEL Bits 7 : 0 R/W 0x4f
Specify the amplitude of the Cb burst. 8 bit 2's complement integer.
Allowed range is from (-127) to 127. Команда U-Boot для чтения регистра md 652010c 1 md 652410c 1
Bit fields structure
typedef union tve_10c_reg
{
struct
{
unsigned cb_burst_level : 8;
unsigned cr_burst_level : 8;
unsigned unused0 : 16;
} b;
unsigned long w;
} TVE_10C_REG
|