Регистры Allwinner H616

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


TV_IO_TRI_REG
7.1.5. TV IO Control Register - адрес: 0x651508c 0x651608c (смещение: 0x008C)

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



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

  Unused

Bits 31 : 28

  IO3_OUTPUT_TRI_EN

Bit 27
R/W
0x1

1: Disable
0: Enable
Enable the output of IO3.


  IO2_OUTPUT_TRI_EN

Bit 26
R/W
0x1

1: Disable
0: Enable
Enable the output of IO2.


  IO1_OUTPUR_TRI_EN

Bit 25
R/W
0x1

1: Disable
0: Enable
Enable the output of IO1.


  IO0_OUTPUT_TRI_EN

Bit 24
R/W
0x1

1: Disable
0: Enable
Enable the output of IO0.


  Unused

Bits 23 : 0


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

md 651508c 1
md 651608c 1



Bit fields structure

typedef union  tv_io_tri_reg
{
  struct
  {
   unsigned unused0 : 24;
   unsigned io0_output_tri_en : 1;
   unsigned io1_outpur_tri_en : 1;
   unsigned io2_output_tri_en : 1;
   unsigned io3_output_tri_en : 1;
   unsigned unused1 : 4;
  } b;
   unsigned long w;
} TV_IO_TRI_REG
   

Allwinner H616 Manual