adc: ll enum renaming

This commit is contained in:
Armando
2023-02-13 15:33:45 +08:00
parent 5653018cd1
commit c2d5c19b28
11 changed files with 53 additions and 102 deletions

View File

@@ -29,10 +29,6 @@ extern "C" {
#define ADC_LL_DEFAULT_CONV_LIMIT_EN 1
#define ADC_LL_DEFAULT_CONV_LIMIT_NUM 10
typedef enum {
ADC_RTC_DATA_OK = 0,
} adc_ll_rtc_raw_data_t;
typedef enum {
ADC_LL_CTRL_RTC = 0, ///< For ADC1 and ADC2. Select RTC controller.
ADC_LL_CTRL_ULP = 1, ///< For ADC1 and ADC2. Select ULP controller.