Регистры Allwinner H616

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


TV_IO_POL_REG
7.1.5. TV IO Polarity Register - адрес: 0x6515088 0x6516088 (смещение: 0x0088)

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



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

  Unused

Bits 31 : 28

  IO3_INV

Bit 27
R/W
0x0

0: Not invert
1: Invert
Enable invert function of IO3.


  IO2_INV

Bit 26
R/W
0x0

0: Not invert
1: Invert
Enable invert function of IO2.


  IO1_INV

Bit 25
R/W
0x0

0: Not invert
1: Invert
Enable invert function of IO1.


  IO0_INV

Bit 24
R/W
0x0

0: Not invert
1: Invert
Enable invert function of IO0.


  Unused

Bits 23 : 0


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

md 6515088 1
md 6516088 1



Bit fields structure

typedef union  tv_io_pol_reg
{
  struct
  {
   unsigned unused0 : 24;
   unsigned io0_inv : 1;
   unsigned io1_inv : 1;
   unsigned io2_inv : 1;
   unsigned io3_inv : 1;
   unsigned unused1 : 4;
  } b;
   unsigned long w;
} TV_IO_POL_REG
   

Allwinner H616 Manual