2025-05-21 11:31:07 +08:00
|
|
|
/*
|
|
|
|
* fml_PMIC.h
|
|
|
|
*
|
|
|
|
* Created on: 2025年4月11日
|
|
|
|
* Author: 22332
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef FML_PMIC_H_
|
|
|
|
#define FML_PMIC_H_
|
|
|
|
|
|
|
|
|
|
|
|
extern void fml_pmic_init(void);
|
|
|
|
extern bool fml_PAVDD_out_voltage(uint8_t data);
|
2025-05-30 14:10:31 +08:00
|
|
|
extern void fml_pmic_write_to_mtp(void);
|
2025-05-21 11:31:07 +08:00
|
|
|
|
|
|
|
#endif /* FML_PWM_H_ */
|