Регистры Allwinner H616

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


TVE_12C_REG
7.2.5. TV Encoder Register - адрес: 0x652012c 0x652412c (смещение: 0x012C)

ТВ-кодер: список регистров



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

  Unused

Bits 31 : 9

  NOTCH_WIDTH

Bit 8
R/W
0x1

Luma notch filter width selection
This bit selects the luma notch filter (which is a band-reject filter) width.
0: Narrow
1: Wide


  Unused

Bits 7 : 1

  COMP_YUV_EN

Bit 0
R/W
0x1

This bit selects if the components video output are the RGB components or the YUV components.

0: The three component outputs are the RGB components.
1: The three component outputs are the YUV components, (i.e. the color conversion unit is by-passed)



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

md 652012c 1
md 652412c 1



Bit fields structure

typedef union  tve_12c_reg
{
  struct
  {
   unsigned comp_yuv_en : 1;
   unsigned unused0 : 7;
   unsigned notch_width : 1;
   unsigned unused1 : 23;
  } b;
   unsigned long w;
} TVE_12C_REG
   

Allwinner H616 Manual