Регистры Allwinner H616

Сокращения  |  Дерево шин  |  Карта памяти


TV_DATA_IO_POL0_REG
7.1.5. TV Data IO Polarity0 Register - адрес: 0x6515330 0x6516330 (смещение: 0x0330)

Контроллер синхронизации: список регистров



31 ||||||||||||||||| 16
15 ||||||||||||||||| 00

  Unused

Bits 31 : 26

  R_C_B_CHANNEL

Bits 25 : 16
R/W
0x0

0: normal polarity
1: invert the specify output
RCb Channel Data_Inv


  Unused

Bits 15 : 10

  G_Y_CHANNEL

Bits 9 : 0
R/W
0x0

0: normal polarity
1: invert the specify output
G/Y Channel Data_Inv [bit9:0 ]



Команда U-Boot для чтения регистра

md 6515330 1
md 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
   

Allwinner H616 Manual