Home
last modified time | relevance | path

Searched refs:CalibrationFactor (Results 1 – 25 of 51) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_adc_ex.c202 …L_StatusTypeDef HAL_ADCEx_Calibration_SetValue(ADC_HandleTypeDef *hadc, uint32_t CalibrationFactor) in HAL_ADCEx_Calibration_SetValue() argument
209 assert_param(IS_ADC_CALFACT(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()
222 hadc->Instance->CALFACT |= CalibrationFactor; in HAL_ADCEx_Calibration_SetValue()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_adc_ex.c208 …DCEx_Calibration_SetValue(ADC_HandleTypeDef *hadc, uint32_t SingleDiff, uint32_t CalibrationFactor) in HAL_ADCEx_Calibration_SetValue() argument
215 assert_param(IS_ADC_CALFACT(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()
227 hadc->Instance->CALFACT |= CalibrationFactor; in HAL_ADCEx_Calibration_SetValue()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_adc_ex.c236 …L_StatusTypeDef HAL_ADCEx_Calibration_SetValue(ADC_HandleTypeDef *hadc, uint32_t CalibrationFactor) in HAL_ADCEx_Calibration_SetValue() argument
243 assert_param(IS_ADC_CALFACT(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()
256 hadc->Instance->CALFACT |= CalibrationFactor; in HAL_ADCEx_Calibration_SetValue()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_adc_ex.c261 …L_StatusTypeDef HAL_ADCEx_Calibration_SetValue(ADC_HandleTypeDef *hadc, uint32_t CalibrationFactor) in HAL_ADCEx_Calibration_SetValue() argument
268 assert_param(IS_ADC_CALFACT(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()
281 hadc->Instance->CALFACT |= CalibrationFactor; in HAL_ADCEx_Calibration_SetValue()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_adc_ex.c266 …L_StatusTypeDef HAL_ADCEx_Calibration_SetValue(ADC_HandleTypeDef *hadc, uint32_t CalibrationFactor) in HAL_ADCEx_Calibration_SetValue() argument
273 assert_param(IS_ADC_CALFACT(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()
287 hadc->Instance->CALFACT |= CalibrationFactor; in HAL_ADCEx_Calibration_SetValue()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_adc_ex.c261 …L_StatusTypeDef HAL_ADCEx_Calibration_SetValue(ADC_HandleTypeDef *hadc, uint32_t CalibrationFactor) in HAL_ADCEx_Calibration_SetValue() argument
268 assert_param(IS_ADC_CALFACT(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()
281 hadc->Instance->CALFACT |= CalibrationFactor; in HAL_ADCEx_Calibration_SetValue()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_hal_adc_ex.c326 …DCEx_Calibration_SetValue(ADC_HandleTypeDef *hadc, uint32_t SingleDiff, uint32_t CalibrationFactor) in HAL_ADCEx_Calibration_SetValue() argument
343 assert_param(IS_ADC_CALFACT(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()
368 LL_ADC_SetCalibrationFactor(hadc->Instance, CalibrationFactor); in HAL_ADCEx_Calibration_SetValue()
370 LL_ADC_SetCalibrationFactor(hadc->Instance, SingleDiff, CalibrationFactor); in HAL_ADCEx_Calibration_SetValue()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_adc_ex.c263 …DCEx_Calibration_SetValue(ADC_HandleTypeDef *hadc, uint32_t SingleDiff, uint32_t CalibrationFactor) in HAL_ADCEx_Calibration_SetValue() argument
276 assert_param(IS_ADC_CALFACT_ADC3(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()
280 assert_param(IS_ADC_CALFACT(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()
283 assert_param(IS_ADC_CALFACT(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()
300 LL_ADC_SetCalibrationOffsetFactor(hadc->Instance, SingleDiff, CalibrationFactor); in HAL_ADCEx_Calibration_SetValue()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_adc_ex.c214 uint32_t CalibrationFactor) in HAL_ADCEx_Calibration_SetValue() argument
223 assert_param(IS_ADC_CALFACT(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()
239 LL_ADC_SetCalibrationFactor(hadc->Instance, SingleDiff, CalibrationFactor); in HAL_ADCEx_Calibration_SetValue()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_adc_ex.c214 uint32_t CalibrationFactor) in HAL_ADCEx_Calibration_SetValue() argument
223 assert_param(IS_ADC_CALFACT(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()
239 LL_ADC_SetCalibrationFactor(hadc->Instance, SingleDiff, CalibrationFactor); in HAL_ADCEx_Calibration_SetValue()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_adc_ex.c221 uint32_t CalibrationFactor) in HAL_ADCEx_Calibration_SetValue() argument
230 assert_param(IS_ADC_CALFACT(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()
246 LL_ADC_SetCalibrationFactor(hadc->Instance, SingleDiff, CalibrationFactor); in HAL_ADCEx_Calibration_SetValue()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_adc.h2859 …_ADC_SetCalibrationOffsetFactor(ADC_TypeDef *ADCx, uint32_t SingleDiff, uint32_t CalibrationFactor) in LL_ADC_SetCalibrationOffsetFactor() argument
2864CalibrationFactor << (((SingleDiff & ADC_SINGLEDIFF_CALIB_F_BIT_D_MASK) >> ADC_SINGLEDIFF_CALIB_F_… in LL_ADC_SetCalibrationOffsetFactor()
2868CalibrationFactor << (((SingleDiff & ADC_SINGLEDIFF_CALIB_F_BIT_D_MASK) >> ADC_SINGLEDIFF_CALIB_F_… in LL_ADC_SetCalibrationOffsetFactor()
2925 …C_SetCalibrationLinearFactor(ADC_TypeDef *ADCx, uint32_t LinearityWord, uint32_t CalibrationFactor) in LL_ADC_SetCalibrationLinearFactor() argument
2931 MODIFY_REG(ADCx->CALFACT2_RES14, ADC_CALFACT2_LINCALFACT, CalibrationFactor); in LL_ADC_SetCalibrationLinearFactor()
2940 MODIFY_REG(ADCx->CALFACT2, ADC_CALFACT2_LINCALFACT, CalibrationFactor); in LL_ADC_SetCalibrationLinearFactor()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_adc_ex.c310 uint32_t CalibrationFactor) in HAL_ADCEx_Calibration_SetValue() argument
319 assert_param(IS_ADC_CALFACT(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()
334 LL_ADC_SetCalibrationFactor(hadc->Instance, SingleDiff, CalibrationFactor); in HAL_ADCEx_Calibration_SetValue()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_adc_ex.c216 uint32_t CalibrationFactor) in HAL_ADCEx_Calibration_SetValue() argument
225 assert_param(IS_ADC_CALFACT(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()
241 LL_ADC_SetCalibrationFactor(hadc->Instance, SingleDiff, CalibrationFactor); in HAL_ADCEx_Calibration_SetValue()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_adc_ex.c216 uint32_t CalibrationFactor) in HAL_ADCEx_Calibration_SetValue() argument
225 assert_param(IS_ADC_CALFACT(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()
241 LL_ADC_SetCalibrationFactor(hadc->Instance, SingleDiff, CalibrationFactor); in HAL_ADCEx_Calibration_SetValue()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_adc_ex.c257 uint32_t CalibrationFactor) in HAL_ADCEx_Calibration_SetValue() argument
266 assert_param(IS_ADC_CALFACT(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()
282 LL_ADC_SetCalibrationOffsetFactor(hadc->Instance, SingleDiff, CalibrationFactor); in HAL_ADCEx_Calibration_SetValue()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_adc_ex.c375 uint32_t CalibrationFactor) in HAL_ADCEx_Calibration_SetValue() argument
384 assert_param(IS_ADC_CALFACT(CalibrationFactor)); in HAL_ADCEx_Calibration_SetValue()
403 LL_ADC_SetCalibrationOffsetFactor(hadc->Instance, SingleDiff, CalibrationFactor); in HAL_ADCEx_Calibration_SetValue()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_adc_ex.h148 …sTypeDef HAL_ADCEx_Calibration_SetValue(ADC_HandleTypeDef *hadc, uint32_t CalibrationFactor);
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_hal_adc_ex.h147 …sTypeDef HAL_ADCEx_Calibration_SetValue(ADC_HandleTypeDef *hadc, uint32_t CalibrationFactor);
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_hal_adc_ex.h148 …sTypeDef HAL_ADCEx_Calibration_SetValue(ADC_HandleTypeDef *hadc, uint32_t CalibrationFactor);
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_adc_ex.h148 …sTypeDef HAL_ADCEx_Calibration_SetValue(ADC_HandleTypeDef *hadc, uint32_t CalibrationFactor);
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_adc_ex.h147 …sTypeDef HAL_ADCEx_Calibration_SetValue(ADC_HandleTypeDef *hadc, uint32_t CalibrationFactor);
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_adc.h3233 uint32_t CalibrationFactor) in LL_ADC_SetCalibrationOffsetFactor() argument
3242 CalibrationFactor << (((SingleDiff & ADC_SINGLEDIFF_CALIB_F_BIT_D_MASK) \ in LL_ADC_SetCalibrationOffsetFactor()
3249 MODIFY_REG(ADCx->CALFACT, ADC4_CALFACT_CALFACT, CalibrationFactor); in LL_ADC_SetCalibrationOffsetFactor()
3317 uint32_t CalibrationFactor) in LL_ADC_SetCalibrationLinearFactor() argument
3323 MODIFY_REG(ADCx->CALFACT2, ADC_CALFACT2_CALFACT, CalibrationFactor); in LL_ADC_SetCalibrationLinearFactor()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_hal_adc_ex.h184 …CEx_Calibration_SetValue(ADC_HandleTypeDef *hadc, uint32_t SingleDiff, uint32_t CalibrationFactor);
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_ll_adc.h2554 …_ADC_SetCalibrationOffsetFactor(ADC_TypeDef *ADCx, uint32_t SingleDiff, uint32_t CalibrationFactor) in LL_ADC_SetCalibrationOffsetFactor() argument
2558CalibrationFactor << (((SingleDiff & ADC_SINGLEDIFF_CALIB_F_BIT_D_MASK) >> ADC_SINGLEDIFF_CALIB_F_… in LL_ADC_SetCalibrationOffsetFactor()
2612 …C_SetCalibrationLinearFactor(ADC_TypeDef *ADCx, uint32_t LinearityWord, uint32_t CalibrationFactor) in LL_ADC_SetCalibrationLinearFactor() argument
2615 MODIFY_REG(ADCx->CALFACT2, ADC_CALFACT2_LINCALFACT, CalibrationFactor); in LL_ADC_SetCalibrationLinearFactor()

123