Регистры Allwinner H616

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


TV_CTL_REG
7.1.5. TV Control Register - адрес: 0x6515090 0x6516090 (смещение: 0x0090)

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



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

  TV_EN

Bit 31
R/W
0x0

0: Disable
1: Enable


  Unused

Bits 30 : 9

  START_DELAY

Bits 8 : 4
R/W
0x0

This is for DE0 and DE1.


  Unused

Bits 3 : 2

  TV_SRC_SEL_GOBAL

Bit 1
R/W
0x0

0: reserved
1: BLUE data
Note: The priority of this bit is higher than TV_SRC_SEL(bit[2:0]) in TV_SRC_CTL_REG


  Unused

Bit 0


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

md 6515090 1
md 6516090 1



Bit fields structure

typedef union  tv_ctl_reg
{
  struct
  {
   unsigned unused0 : 1;
   unsigned tv_src_sel_gobal : 1;
   unsigned unused1 : 2;
   unsigned start_delay : 5;
   unsigned unused2 : 22;
   unsigned tv_en : 1;
  } b;
   unsigned long w;
} TV_CTL_REG
   

Allwinner H616 Manual