1、电源PMIC操作函数
pmic上电下电:
pmic_config_interface(0x045A, 0x7, 0x7, 5);//SET VGP6 = 3.3V
pmic_config_interface(0x0434,1,0x1,15);
MDELAY(5);
pmic上电下电:
pmic_config_interface(0x045A, 0x7, 0x7, 5);//SET VGP6 = 3.3V
pmic_config_interface(0x0434,1,0x1,15);
MDELAY(5);