TVE_38C_REG
7.2.5. TV Encoder Low Pass Gain Control Register - адрес: 0x652038c 0x652438c (смещение: 0x038C) ТВ-кодер: список регистров
Unused Bits 31 : 24
DIF_UP Bits 23 : 16 R/W 0x0
Gain control: limitation threshold. Unused Bits 15 : 5
BETA Bits 4 : 0 R/W 0x0
Gain control: large gain limitation. Команда U-Boot для чтения регистра md 652038c 1 md 652438c 1
Bit fields structure
typedef union tve_38c_reg
{
struct
{
unsigned beta : 5;
unsigned unused0 : 11;
unsigned dif_up : 8;
unsigned unused1 : 8;
} b;
unsigned long w;
} TVE_38C_REG
|