Регистры Allwinner H616

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


TV_FILL_CTL_REG
7.1.5. TV Fill Data Control Register - адрес: 0x6515300 0x6516300 (смещение: 0x0300)

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



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

  TV_FILL_EN

Bit 31
R/W
0x0

0: Bypass
1: Enable
Enable the fill data function in blanking area. This is only used in HDMI 3D mode.


  Unused

Bits 30 : 0


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

md 6515300 1
md 6516300 1



Bit fields structure

typedef union  tv_fill_ctl_reg
{
  struct
  {
   unsigned unused0 : 31;
   unsigned tv_fill_en : 1;
  } b;
   unsigned long w;
} TV_FILL_CTL_REG
   

Allwinner H616 Manual