
TV_DATA_IO_POL0_REG Контроллер синхронизации: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 26R_C_B_CHANNEL Bits 25 : 16R/W 0x0 0: normal polarity Unused Bits 15 : 10G_Y_CHANNEL Bits 9 : 0R/W 0x0 0: normal polarity Команда U-Boot для чтения регистра md 6515330 1md 6516330 1 Bit fields structure
typedef union tv_data_io_pol0_reg
{
struct
{
unsigned g_y_channel : 10;
unsigned unused0 : 6;
unsigned r_c_b_channel : 10;
unsigned unused1 : 6;
} b;
unsigned long w;
} TV_DATA_IO_POL0_REG
|
![]() |