mcu_ab568x/app/platform/libs/api_pwr.h
2025-05-30 18:03:10 +08:00

10 lines
274 B
C

#ifndef _API_PWR_H_
#define _API_PWR_H_
void pmu_init(u8 buck_en);
void set_buck_mode(u8 buck_en);
void power_gate_3v3_on(void); //PF4 power gate 3v3打开
void power_gate_3v3_off(void); //PF4 power gate 3v3关闭
#endif // _API_PWR_H_