Home
last modified time | relevance | path

Searched refs:ADC_VIN_RANGE_2V4 (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_adc.h548 #define ADC_VIN_RANGE_2V4 (LL_ADC_VIN_RANGE_2V4) /*!< ADC input voltage range up to 2.4 V */ macro
1014 ((__VOLTAGE_RANGE__) == ADC_VIN_RANGE_2V4) || \
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_adc.c2239 else if (sConfigChannel->VoltRange == ADC_VIN_RANGE_2V4) in HAL_ADC_ConfigChannel()