Регистры Allwinner H616

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


TV_FILL_END_REG
7.1.5. TV Fill Data End Register - адрес: 0x30e521012 0x30e522012 (смещение: 0x0308+N*0x0C(N=0,1,2))

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



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

  Unused

Bits 31 : 24

  FILL_END

Bits 23 : 0
R/W
0x0

Set the end point of the fill data area.



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

md 30e521012 1
md 30e522012 1



Bit fields structure

typedef union  tv_fill_end_reg
{
  struct
  {
   unsigned fill_end : 24;
   unsigned unused0 : 8;
  } b;
   unsigned long w;
} TV_FILL_END_REG
   

Allwinner H616 Manual