Регистры Allwinner H616

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


TV_BASIC1_REG
7.1.5. TV Basic Timing Register1 - адрес: 0x6515098 0x6516098 (смещение: 0x0098)

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



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

  Unused

Bits 31 : 28

  LS_XO

Bits 27 : 16
R/W
0x0

Width is LS_XO+1


  Unused

Bits 15 : 12

  LS_YO

Bits 11 : 0
R/W
0x0

Width is LS_YO+1
Note: LS_YO = TV_YI



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

md 6515098 1
md 6516098 1



Bit fields structure

typedef union  tv_basic1_reg
{
  struct
  {
   unsigned ls_yo : 12;
   unsigned unused0 : 4;
   unsigned ls_xo : 12;
   unsigned unused1 : 4;
  } b;
   unsigned long w;
} TV_BASIC1_REG
   

Allwinner H616 Manual