/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/src/ |
D | stm32l0xx_hal_adc_ex.c | 196 return ((hadc->Instance->CALFACT) & 0x0000007FU); in HAL_ADCEx_Calibration_GetValue() 226 hadc->Instance->CALFACT &= ~ADC_CALFACT_CALFACT; in HAL_ADCEx_Calibration_SetValue() 227 hadc->Instance->CALFACT |= CalibrationFactor; in HAL_ADCEx_Calibration_SetValue()
|
D | stm32l0xx_hal_adc.c | 717 hadc->Instance->CALFACT &= ~(ADC_CALFACT_CALFACT); in HAL_ADC_DeInit() 727 hadc->Instance->CALFACT &= ~(ADC_CALFACT_CALFACT); in HAL_ADC_DeInit()
|
D | stm32l0xx_ll_adc.c | 431 CLEAR_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT); in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_adc_ex.c | 231 return ((hadc->Instance->CALFACT) & 0x0000007FU); in HAL_ADCEx_Calibration_GetValue() 261 hadc->Instance->CALFACT &= ~ADC_CALFACT_CALFACT; in HAL_ADCEx_Calibration_SetValue() 262 hadc->Instance->CALFACT |= CalibrationFactor; in HAL_ADCEx_Calibration_SetValue()
|
D | stm32c0xx_ll_adc.c | 454 CLEAR_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT); in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/src/ |
D | stm32wlxx_hal_adc_ex.c | 226 return ((hadc->Instance->CALFACT) & 0x0000007FU); in HAL_ADCEx_Calibration_GetValue() 255 hadc->Instance->CALFACT &= ~ADC_CALFACT_CALFACT; in HAL_ADCEx_Calibration_SetValue() 256 hadc->Instance->CALFACT |= CalibrationFactor; in HAL_ADCEx_Calibration_SetValue()
|
D | stm32wlxx_ll_adc.c | 451 CLEAR_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT); in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/src/ |
D | stm32g0xx_hal_adc_ex.c | 226 return ((hadc->Instance->CALFACT) & 0x0000007FU); in HAL_ADCEx_Calibration_GetValue() 255 hadc->Instance->CALFACT &= ~ADC_CALFACT_CALFACT; in HAL_ADCEx_Calibration_SetValue() 256 hadc->Instance->CALFACT |= CalibrationFactor; in HAL_ADCEx_Calibration_SetValue()
|
D | stm32g0xx_ll_adc.c | 490 CLEAR_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT); in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_adc.h | 3218 SET_BIT(ADCx->CALFACT, ADC_CALFACT_LATCH_COEF); in LL_ADC_SetCalibrationOffsetFactor() 3222 MODIFY_REG(ADCx->CALFACT, ADC4_CALFACT_CALFACT, CalibrationFactor); in LL_ADC_SetCalibrationOffsetFactor() 3253 SET_BIT(ADCx->CALFACT, ADC_CALFACT_CAPTURE_COEF); in LL_ADC_GetCalibrationOffsetFactor() 3261 return (uint32_t)(READ_BIT(ADCx->CALFACT, ADC4_CALFACT_CALFACT)); in LL_ADC_GetCalibrationOffsetFactor() 3297 SET_BIT(ADCx->CALFACT, ADC_CALFACT_LATCH_COEF); in LL_ADC_SetCalibrationLinearFactor() 3324 SET_BIT(ADCx->CALFACT, ADC_CALFACT_CAPTURE_COEF); in LL_ADC_GetCalibrationLinearFactor()
|
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/src/ |
D | stm32wbxx_ll_adc.c | 670 CLEAR_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT); in LL_ADC_DeInit() 779 CLEAR_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT_D | ADC_CALFACT_CALFACT_S); in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_ll_adc.c | 705 CLEAR_BIT(pADCx->CALFACT, ADC_CALFACT_CAPTURE_COEF | ADC_CALFACT_LATCH_COEF); in LL_ADC_DeInit() 790 CLEAR_BIT(pADCx->CALFACT, ADC4_CALFACT_CALFACT); in LL_ADC_DeInit()
|
D | stm32u5xx_hal_adc_ex.c | 215 SET_BIT(hadc->Instance->CALFACT, ADC_CALFACT_LATCH_COEF); in HAL_ADCEx_Calibration_Start() 339 SET_BIT(hadc->Instance->CALFACT, ADC_CALFACT_CAPTURE_COEF); in HAL_ADCEx_LinearCalibration_GetValue() 462 SET_BIT(hadc->Instance->CALFACT, ADC_CALFACT_LATCH_COEF); in HAL_ADCEx_LinearCalibration_SetValue()
|
/hal_stm32-3.4.0/stm32cube/stm32wbxx/drivers/include/ |
D | stm32wbxx_ll_adc.h | 2686 MODIFY_REG(ADCx->CALFACT, in LL_ADC_SetCalibrationFactor() 2726 MODIFY_REG(ADCx->CALFACT, in LL_ADC_SetCalibrationFactor() 2748 return (uint32_t)(READ_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT)); in LL_ADC_GetCalibrationFactor() 2773 …return (uint32_t)(READ_BIT(ADCx->CALFACT, (SingleDiff & ADC_SINGLEDIFF_CALIB_FACTOR_MASK)) >> ((Si… in LL_ADC_GetCalibrationFactor()
|
/hal_stm32-3.4.0/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_adc_ex.c | 946 CLEAR_BIT(hadc->Instance->CALFACT, ADC_CALFACT_CALFACT_D | ADC_CALFACT_CALFACT_S); in HAL_ADC_DeInit() 3544 return ADC_CALFACT_DIFF_GET(hadc->Instance->CALFACT); in HAL_ADCEx_Calibration_GetValue() 3548 return ((hadc->Instance->CALFACT) & ADC_CALFACT_CALFACT_S); in HAL_ADCEx_Calibration_GetValue() 3590 MODIFY_REG(hadc->Instance->CALFACT , in HAL_ADCEx_Calibration_SetValue() 3596 MODIFY_REG(hadc->Instance->CALFACT, in HAL_ADCEx_Calibration_SetValue()
|
/hal_stm32-3.4.0/stm32cube/stm32l0xx/drivers/include/ |
D | stm32l0xx_ll_adc.h | 1915 MODIFY_REG(ADCx->CALFACT, in LL_ADC_SetCalibrationFactor() 1931 return (uint32_t)(READ_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT)); in LL_ADC_GetCalibrationFactor()
|
/hal_stm32-3.4.0/stm32cube/stm32wlxx/drivers/include/ |
D | stm32wlxx_ll_adc.h | 1972 MODIFY_REG(ADCx->CALFACT, in LL_ADC_SetCalibrationFactor() 1988 return (uint32_t)(READ_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT)); in LL_ADC_GetCalibrationFactor()
|
/hal_stm32-3.4.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_adc.h | 1921 MODIFY_REG(ADCx->CALFACT, in LL_ADC_SetCalibrationFactor() 1937 return (uint32_t)(READ_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT)); in LL_ADC_GetCalibrationFactor()
|
/hal_stm32-3.4.0/stm32cube/stm32g0xx/drivers/include/ |
D | stm32g0xx_ll_adc.h | 2211 MODIFY_REG(ADCx->CALFACT, in LL_ADC_SetCalibrationFactor() 2227 return (uint32_t)(READ_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT)); in LL_ADC_GetCalibrationFactor()
|
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/src/ |
D | stm32l5xx_ll_adc.c | 679 CLEAR_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT_D | ADC_CALFACT_CALFACT_S); in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32l4xx/drivers/src/ |
D | stm32l4xx_ll_adc.c | 679 CLEAR_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT_D | ADC_CALFACT_CALFACT_S); in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_ll_adc.c | 736 CLEAR_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT_D | ADC_CALFACT_CALFACT_S); in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32mp1xx/drivers/src/ |
D | stm32mp1xx_ll_adc.c | 697 CLEAR_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT_D | ADC_CALFACT_CALFACT_S); in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32h7xx/drivers/src/ |
D | stm32h7xx_ll_adc.c | 774 CLEAR_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT_D | ADC_CALFACT_CALFACT_S); in LL_ADC_DeInit()
|
/hal_stm32-3.4.0/stm32cube/stm32l5xx/drivers/include/ |
D | stm32l5xx_ll_adc.h | 3170 MODIFY_REG(ADCx->CALFACT, in LL_ADC_SetCalibrationFactor() 3199 return (uint32_t)(READ_BIT(ADCx->CALFACT, in LL_ADC_GetCalibrationFactor()
|