|
/*
|
|
* bsp_adc.h
|
|
*
|
|
* Created on: 2024Äê11ÔÂ29ÈÕ
|
|
* Author: 123
|
|
*/
|
|
|
|
#ifndef INCLUDE_BSP_ADC_H_
|
|
#define INCLUDE_BSP_ADC_H_
|
|
|
|
#include "CH58x_common.h"
|
|
#define VBAT_EVT_START (0x0001 << 2)
|
|
|
|
void VBAT_ADC_Init(void);
|
|
void BSP_VBAT_Init(void);
|
|
|
|
#endif /* INCLUDE_BSP_ADC_H_ */
|