TVE_130_REG
7.2.5. TV Encoder Re-sync Parameters Register - адрес: 0x6520130 0x6524130 (смещение: 0x0130) ТВ-кодер: список регистров
RE_SYNC_FIELD Bit 31 R/W 0x0
Re-sync field RE_SYNC_DIS Bit 30 R/W 0x0
0: Re-Sync Enable
1: Re-Sync Disable Unused Bits 29 : 27
RE_SYNC_LINE_NUM Bits 26 : 16 R/W 0x10
Re-sync line number from TCON Unused Bits 15 : 11
RE_SYNC_PIXEL_NUM Bits 10 : 0 R/W 0x1
Re-sync line pixel from TCON Команда U-Boot для чтения регистра md 6520130 1 md 6524130 1
Bit fields structure
typedef union tve_130_reg
{
struct
{
unsigned re_sync_pixel_num : 11;
unsigned unused0 : 5;
unsigned re_sync_line_num : 11;
unsigned unused1 : 3;
unsigned re_sync_dis : 1;
unsigned re_sync_field : 1;
} b;
unsigned long w;
} TVE_130_REG
|