Регистры Allwinner H616

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


TV_GCTL_REG
7.1.5. TV Global Control Register - адрес: 0x6515000 0x6516000 (смещение: 0x0000)

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



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

  TV_EN

Bit 31
R/W
0x0

0: Disable
1: Enable
When it is disabled, the module will be reset to idle state.


  Unused

Bits 30 : 0


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

md 6515000 1
md 6516000 1



Bit fields structure

typedef union  tv_gctl_reg
{
  struct
  {
   unsigned unused0 : 31;
   unsigned tv_en : 1;
  } b;
   unsigned long w;
} TV_GCTL_REG
   

Allwinner H616 Manual