Регистры Allwinner H616

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


TVE_110_REG
7.2.5. TV Encoder Tint and Color Burst Phase Register - адрес: 0x6520110 0x6524110 (смещение: 0x0110)

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



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

  Unused

Bits 31 : 24

  TINT

Bits 23 : 16
R/W
0x0

Specify the tint adjustment of the chroma signal for CVBS and Y/C outputs.
The adjustment is effected by setting the sub-carrier phase to the value of
this parameter. 8.8 bit unsigned fraction. Units are cycles of the color burst frequency.


  Unused

Bits 15 : 8

  CHROMA_PHASE

Bits 7 : 0
R/W
0x0

Specify the color burst initial phase (ChromaPhase).
8 bit unsigned fraction. Units are cycles of the color burst frequency.
The color burst is set to this phase at the first HSYNC and then reset to the
same value at further HSYNCs as specified by the CPhaseRset bits of the
EncConfig5 parameter (see above)



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

md 6520110 1
md 6524110 1



Bit fields structure

typedef union  tve_110_reg
{
  struct
  {
   unsigned chroma_phase : 8;
   unsigned unused0 : 8;
   unsigned tint : 8;
   unsigned unused1 : 8;
  } b;
   unsigned long w;
} TVE_110_REG
   

Allwinner H616 Manual