/hal_stm32-3.6.0/stm32cube/stm32wbaxx/drivers/src/ |
D | stm32wbaxx_hal_adc_ex.c | 192 return ((hadc->Instance->CALFACT) & 0x0000007FU); in HAL_ADCEx_Calibration_GetValue() 221 hadc->Instance->CALFACT &= ~ADC_CALFACT_CALFACT; in HAL_ADCEx_Calibration_SetValue() 222 hadc->Instance->CALFACT |= CalibrationFactor; in HAL_ADCEx_Calibration_SetValue()
|
D | stm32wbaxx_ll_adc.c | 413 CLEAR_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT); in LL_ADC_DeInit()
|
/hal_stm32-3.6.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.6.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.6.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.6.0/stm32cube/stm32c0xx/drivers/src/ |
D | stm32c0xx_hal_adc_ex.c | 256 return ((hadc->Instance->CALFACT) & 0x0000007FU); in HAL_ADCEx_Calibration_GetValue() 286 hadc->Instance->CALFACT &= ~ADC_CALFACT_CALFACT; in HAL_ADCEx_Calibration_SetValue() 287 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.6.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_adc.h | 3245 SET_BIT(ADCx->CALFACT, ADC_CALFACT_LATCH_COEF); in LL_ADC_SetCalibrationOffsetFactor() 3249 MODIFY_REG(ADCx->CALFACT, ADC4_CALFACT_CALFACT, CalibrationFactor); in LL_ADC_SetCalibrationOffsetFactor() 3280 SET_BIT(ADCx->CALFACT, ADC_CALFACT_CAPTURE_COEF); in LL_ADC_GetCalibrationOffsetFactor() 3288 return (uint32_t)(READ_BIT(ADCx->CALFACT, ADC4_CALFACT_CALFACT)); in LL_ADC_GetCalibrationOffsetFactor() 3324 SET_BIT(ADCx->CALFACT, ADC_CALFACT_LATCH_COEF); in LL_ADC_SetCalibrationLinearFactor() 3351 SET_BIT(ADCx->CALFACT, ADC_CALFACT_CAPTURE_COEF); in LL_ADC_GetCalibrationLinearFactor()
|
/hal_stm32-3.6.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.6.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 | 218 SET_BIT(hadc->Instance->CALFACT, ADC_CALFACT_LATCH_COEF); in HAL_ADCEx_Calibration_Start() 342 SET_BIT(hadc->Instance->CALFACT, ADC_CALFACT_CAPTURE_COEF); in HAL_ADCEx_LinearCalibration_GetValue() 465 SET_BIT(hadc->Instance->CALFACT, ADC_CALFACT_LATCH_COEF); in HAL_ADCEx_LinearCalibration_SetValue()
|
/hal_stm32-3.6.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.6.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.6.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.6.0/stm32cube/stm32wbaxx/drivers/include/ |
D | stm32wbaxx_ll_adc.h | 2058 MODIFY_REG(ADCx->CALFACT, in LL_ADC_SetCalibrationFactor() 2074 return (uint32_t)(READ_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT)); in LL_ADC_GetCalibrationFactor()
|
/hal_stm32-3.6.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.6.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.6.0/stm32cube/stm32c0xx/drivers/include/ |
D | stm32c0xx_ll_adc.h | 1922 MODIFY_REG(ADCx->CALFACT, in LL_ADC_SetCalibrationFactor() 1938 return (uint32_t)(READ_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT)); in LL_ADC_GetCalibrationFactor()
|
/hal_stm32-3.6.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.6.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.6.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()
|