Регистры Allwinner H616

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


TVE_100_REG
7.2.5. TV Encoder Color Burst Phase Reset Configuration Register - адрес: 0x6520100 0x6524100 (смещение: 0x0100)

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



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

  Unused

Bits 31 : 2

  COLOR_PHASE_RESET

Bits 1 : 0
R/W
0x1

Color burst phase period selection
These bits select the number of fields or lines after which the color burst
phase is reset to its initial value as specified by the ChromaPhase parameter,

This parameter is application only for interlaced video.
00: 8 field
01: 4 field
10: 2 lines
11: only once



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

md 6520100 1
md 6524100 1



Bit fields structure

typedef union  tve_100_reg
{
  struct
  {
   unsigned color_phase_reset : 2;
   unsigned unused0 : 30;
  } b;
   unsigned long w;
} TVE_100_REG
   

Allwinner H616 Manual