IoT_SCV_CH584M/APP/include/bsp_adc.h

18 lines
279 B
C
Raw Permalink Normal View History

2024-11-29 16:39:37 +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_ */