Home
last modified time | relevance | path

Searched refs:LL_ADC_VIN_RANGE_2V4 (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_adc.h522 #define LL_ADC_VIN_RANGE_2V4 (2UL) /*!< ADC input voltage range up to 2.4 V */ macro
2853 else if (Range == LL_ADC_VIN_RANGE_2V4) in LL_ADC_SetCalibPointForDiff()
2887 else if (Range == LL_ADC_VIN_RANGE_2V4) in LL_ADC_GetCalibPointForDiff()
2922 else if (Range == LL_ADC_VIN_RANGE_2V4) in LL_ADC_SetCalibPointForSinglePos()
2956 else if (Range == LL_ADC_VIN_RANGE_2V4) in LL_ADC_GetCalibPointForSinglePos()
2992 else if (Range == LL_ADC_VIN_RANGE_2V4) in LL_ADC_SetCalibPointForSingleNeg()
3027 else if (Range == LL_ADC_VIN_RANGE_2V4) in LL_ADC_GetCalibPointForSingleNeg()
Dstm32wb0x_hal_adc.h548 #define ADC_VIN_RANGE_2V4 (LL_ADC_VIN_RANGE_2V4) /*!< ADC input voltage range up to 2.4 V */
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_adc.c154 … ((__VOLTAGE_RANGE__) == LL_ADC_VIN_RANGE_2V4) || \