IoT_SCV_CH584M/bsp/inc/bsp_adc.h

18 lines
279 B
C
Raw Normal View History

2024-12-11 16:21:57 +08:00
/*
* bsp_adc.h
*
* Created on: 2024<EFBFBD><EFBFBD>11<EFBFBD><EFBFBD>29<EFBFBD><EFBFBD>
* 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_ */