Регистры Allwinner H616

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


TV_GINT0_REG
7.1.5. TV Global Interrupt Register0 - адрес: 0x6515004 0x6516004 (смещение: 0x0004)

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



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

  Unused

Bit 31

  TV_VB_INT_EN

Bit 30
R/W
0x0

0: Disable
1: Enable
Enable the Vb interrupt.


  Unused

Bit 29

  TV_LINE_INT_EN

Bit 28
R/W
0x0

0: Disable
1: Enable
Enable the line interrupt.


  Unused

Bits 27 : 15

  TV_VB_INT_FLAG

Bit 14
R/W
0x0

Assert during vertical no-display period every frame.
Write 0 to clear it.


  Unused

Bit 13

  TV_LINT_INT_FLAG

Bit 12
R/W
0x0

Trigger when SY1 match the current TV scan line
Write 0 to clear it.


  Unused

Bits 11 : 0


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

md 6515004 1
md 6516004 1



Bit fields structure

typedef union  tv_gint0_reg
{
  struct
  {
   unsigned unused0 : 12;
   unsigned tv_lint_int_flag : 1;
   unsigned unused1 : 1;
   unsigned tv_vb_int_flag : 1;
   unsigned unused2 : 13;
   unsigned tv_line_int_en : 1;
   unsigned unused3 : 1;
   unsigned tv_vb_int_en : 1;
   unsigned unused4 : 1;
  } b;
   unsigned long w;
} TV_GINT0_REG
   

Allwinner H616 Manual