Unused Bits 31 : 16
CR_GAIN Bits 15 : 8 R/W 0xa0
Specify the Cr color gain. 8-bit unsigned fraction. CB_GAIN Bits 7 : 0 R/W 0xa0
Specify the Cb color gain. 8-bit unsigned fraction. Команда U-Boot для чтения регистра md 6520118 1 md 6524118 1
Bit fields structure
typedef union tve_118_reg
{
struct
{
unsigned cb_gain : 8;
unsigned cr_gain : 8;
unsigned unused0 : 16;
} b;
unsigned long w;
} TVE_118_REG
|