Регистры Allwinner H616

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


PIO_POW_VAL
9.6.4. PIO Group Power Value Re - адрес: 0x300b348 (смещение: 0x0348)

Контроллер портов ввода-вывода (GPIO): список регистров



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

  Unused

Bits 31 : 17

  PH_PORT_PF_PORT

Bit 16
R
0x0

VCC-IO&PH_Port&PF_Port Power Value


  Unused

Bits 15 : 9

  PI_PORT

Bit 8
R
0x0

PI_Port Power Value


  Unused

Bit 7

  G_PORT

Bit 6
R
0x0

PG_Port Power Value


  Unused

Bits 5 : 3

  PC_PORT

Bit 2
R
0x0

PC_Port Power Value


Note
When the reading value of the 0x0348 register is 0, it indicates that IO power voltage is greater than 2.5 V.
When the reading value of the 0x0348 register is 1, it indicates that IO power voltage is less than 2.0 V.


  Unused

Bits 1 : 0


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

md 300b348 1



Bit fields structure

typedef union  pio_pow_val
{
  struct
  {
   unsigned unused0 : 2;
   unsigned pc_port : 1;
   unsigned unused1 : 3;
   unsigned g_port : 1;
   unsigned unused2 : 1;
   unsigned pi_port : 1;
   unsigned unused3 : 7;
   unsigned ph_port_pf_port : 1;
   unsigned unused4 : 15;
  } b;
   unsigned long w;
} PIO_POW_VAL
   

Allwinner H616 Manual