Регистры Allwinner H616

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


EFUSE_HV_PWRSWT_CTRL_REG
3.13.5. Efuse High Voltage Power Switch Control Register - адрес: 0x7000204 (смещение: 0x0204)

Часы реального времени RTC: список регистров



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

  Unused

Bits 31 : 1

  EFUSE_1.8V_POWER_SWITCH_CONTROL

Bit 0
R/W
0x0

1: open power switch
0: close power switch
Before programming efuse, the bit need be set to 1.



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

md 7000204 1



Bit fields structure

typedef union  efuse_hv_pwrswt_ctrl_reg
{
  struct
  {
   unsigned efuse_1.8v_power_switch_control : 1;
   unsigned unused0 : 31;
  } b;
   unsigned long w;
} EFUSE_HV_PWRSWT_CTRL_REG
   

Allwinner H616 Manual