Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_adc.c2202 assert_param(IS_ADC_VOLTAGE_RANGE(sConfigChannel->VoltRange)); in HAL_ADC_ConfigChannel()
2215 … LL_ADC_SetChannelVoltageRange(hadc->Instance, sConfigChannel->Channel, sConfigChannel->VoltRange); in HAL_ADC_ConfigChannel()
2233 else if ((sConfigChannel->VoltRange == ADC_VIN_RANGE_1V2) in HAL_ADC_ConfigChannel()
2239 else if (sConfigChannel->VoltRange == ADC_VIN_RANGE_2V4) in HAL_ADC_ConfigChannel()
2260 sConfigChannel->VoltRange); in HAL_ADC_ConfigChannel()
2269 sConfigChannel->VoltRange); in HAL_ADC_ConfigChannel()
2277 …ibPointForDiff(hadc->Instance, sConfigChannel->CalibrationPoint.Number, sConfigChannel->VoltRange); in HAL_ADC_ConfigChannel()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_adc.h104 …uint32_t VoltRange; /*!< Specify the voltage range for the selected cha… member