Home
last modified time | relevance | path

Searched refs:ADC_CALFACT_CALFACT (Results 1 – 25 of 71) sorted by relevance

123

/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_adc_ex.c221 hadc->Instance->CALFACT &= ~ADC_CALFACT_CALFACT; in HAL_ADCEx_Calibration_SetValue()
Dstm32wbaxx_ll_adc.c413 CLEAR_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT); in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/src/
Dstm32l0xx_hal_adc_ex.c226 hadc->Instance->CALFACT &= ~ADC_CALFACT_CALFACT; in HAL_ADCEx_Calibration_SetValue()
Dstm32l0xx_hal_adc.c717 hadc->Instance->CALFACT &= ~(ADC_CALFACT_CALFACT); in HAL_ADC_DeInit()
727 hadc->Instance->CALFACT &= ~(ADC_CALFACT_CALFACT); in HAL_ADC_DeInit()
Dstm32l0xx_ll_adc.c431 CLEAR_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT); in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_adc_ex.c255 hadc->Instance->CALFACT &= ~ADC_CALFACT_CALFACT; in HAL_ADCEx_Calibration_SetValue()
Dstm32wlxx_ll_adc.c451 CLEAR_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT); in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_adc_ex.c280 hadc->Instance->CALFACT &= ~ADC_CALFACT_CALFACT; in HAL_ADCEx_Calibration_SetValue()
Dstm32u0xx_ll_adc.c441 CLEAR_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT); in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/src/
Dstm32c0xx_hal_adc_ex.c286 hadc->Instance->CALFACT &= ~ADC_CALFACT_CALFACT; in HAL_ADCEx_Calibration_SetValue()
Dstm32c0xx_ll_adc.c469 CLEAR_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT); in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_adc_ex.c280 hadc->Instance->CALFACT &= ~ADC_CALFACT_CALFACT; in HAL_ADCEx_Calibration_SetValue()
Dstm32g0xx_ll_adc.c470 CLEAR_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT); in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32l0xx/drivers/include/
Dstm32l0xx_ll_adc.h1916 ADC_CALFACT_CALFACT, in LL_ADC_SetCalibrationFactor()
1931 return (uint32_t)(READ_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT)); in LL_ADC_GetCalibrationFactor()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_adc.h1973 ADC_CALFACT_CALFACT, in LL_ADC_SetCalibrationFactor()
1988 return (uint32_t)(READ_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT)); in LL_ADC_GetCalibrationFactor()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_adc.h2036 ADC_CALFACT_CALFACT, in LL_ADC_SetCalibrationFactor()
2051 return (uint32_t)(READ_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT)); in LL_ADC_GetCalibrationFactor()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_adc.h2241 ADC_CALFACT_CALFACT, in LL_ADC_SetCalibrationFactor()
2256 return (uint32_t)(READ_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT)); in LL_ADC_GetCalibrationFactor()
/hal_stm32-latest/stm32cube/stm32c0xx/drivers/include/
Dstm32c0xx_ll_adc.h2250 ADC_CALFACT_CALFACT, in LL_ADC_SetCalibrationFactor()
2265 return (uint32_t)(READ_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT)); in LL_ADC_GetCalibrationFactor()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_ll_adc.h2288 ADC_CALFACT_CALFACT, in LL_ADC_SetCalibrationFactor()
2303 return (uint32_t)(READ_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT)); in LL_ADC_GetCalibrationFactor()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_adc.c670 CLEAR_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT); in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/include/
Dstm32wbxx_ll_adc.h2687 ADC_CALFACT_CALFACT, in LL_ADC_SetCalibrationFactor()
2748 return (uint32_t)(READ_BIT(ADCx->CALFACT, ADC_CALFACT_CALFACT)); in LL_ADC_GetCalibrationFactor()
/hal_stm32-latest/stm32cube/stm32l0xx/soc/
Dstm32l041xx.h889 #define ADC_CALFACT_CALFACT ADC_CALFACT_CALFACT_Msk /*!< Calibration fac… macro
Dstm32l010x8.h847 #define ADC_CALFACT_CALFACT ADC_CALFACT_CALFACT_Msk /*!< Calibration fac… macro
Dstm32l010xb.h852 #define ADC_CALFACT_CALFACT ADC_CALFACT_CALFACT_Msk /*!< Calibration fac… macro
Dstm32l011xx.h859 #define ADC_CALFACT_CALFACT ADC_CALFACT_CALFACT_Msk /*!< Calibration fac… macro

123