Searched refs:ADC_CR2_CAL (Results 1 – 23 of 23) sorted by relevance
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/src/ |
D | stm32f1xx_hal_adc_ex.c | 185 SET_BIT(hadc->Instance->CR2, ADC_CR2_CAL); in HAL_ADCEx_Calibration_Start() 190 while(HAL_IS_BIT_SET(hadc->Instance->CR2, ADC_CR2_CAL)) in HAL_ADCEx_Calibration_Start() 195 if(HAL_IS_BIT_SET(hadc->Instance->CR2, ADC_CR2_CAL)) in HAL_ADCEx_Calibration_Start()
|
D | stm32f1xx_ll_adc.c | 452 | ADC_CR2_RSTCAL | ADC_CR2_CAL in LL_ADC_DeInit()
|
D | stm32f1xx_hal_adc.c | 673 ADC_CR2_RSTCAL | ADC_CR2_CAL | ADC_CR2_CONT | in HAL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f1xx/drivers/include/ |
D | stm32f1xx_ll_adc.h | 3288 SET_BIT(ADCx->CR2, ADC_CR2_CAL); in LL_ADC_StartCalibration() 3299 return (READ_BIT(ADCx->CR2, ADC_CR2_CAL) == (ADC_CR2_CAL)); in LL_ADC_IsCalibrationOnGoing()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/src/ |
D | stm32f3xx_hal_adc_ex.c | 1075 ADC_CR2_RSTCAL | ADC_CR2_CAL | ADC_CR2_CONT | in HAL_ADC_DeInit() 3482 SET_BIT(hadc->Instance->CR2, ADC_CR2_CAL); in HAL_ADCEx_Calibration_Start() 3487 while(HAL_IS_BIT_SET(hadc->Instance->CR2, ADC_CR2_CAL)) in HAL_ADCEx_Calibration_Start() 3492 if(HAL_IS_BIT_SET(hadc->Instance->CR2, ADC_CR2_CAL)) in HAL_ADCEx_Calibration_Start()
|
D | stm32f3xx_ll_adc.c | 1567 | ADC_CR2_RSTCAL | ADC_CR2_CAL in LL_ADC_DeInit()
|
/hal_stm32-latest/stm32cube/stm32f3xx/drivers/include/ |
D | stm32f3xx_ll_adc.h | 10353 SET_BIT(ADCx->CR2, ADC_CR2_CAL); in LL_ADC_StartCalibration() 10364 return (READ_BIT(ADCx->CR2, ADC_CR2_CAL) == (ADC_CR2_CAL)); in LL_ADC_IsCalibrationOnGoing()
|
/hal_stm32-latest/stm32cube/stm32f1xx/soc/ |
D | stm32f101x6.h | 3159 #define ADC_CR2_CAL ADC_CR2_CAL_Msk /*!< ADC calibration… macro
|
D | stm32f101xb.h | 3221 #define ADC_CR2_CAL ADC_CR2_CAL_Msk /*!< ADC calibration… macro
|
D | stm32f100xb.h | 3373 #define ADC_CR2_CAL ADC_CR2_CAL_Msk /*!< ADC calibration… macro
|
D | stm32f102x6.h | 3208 #define ADC_CR2_CAL ADC_CR2_CAL_Msk /*!< ADC calibration… macro
|
D | stm32f100xe.h | 3720 #define ADC_CR2_CAL ADC_CR2_CAL_Msk /*!< ADC calibration… macro
|
D | stm32f101xg.h | 3691 #define ADC_CR2_CAL ADC_CR2_CAL_Msk /*!< ADC calibration… macro
|
D | stm32f101xe.h | 3616 #define ADC_CR2_CAL ADC_CR2_CAL_Msk /*!< ADC calibration… macro
|
D | stm32f102xb.h | 3262 #define ADC_CR2_CAL ADC_CR2_CAL_Msk /*!< ADC calibration… macro
|
D | stm32f103x6.h | 3317 #define ADC_CR2_CAL ADC_CR2_CAL_Msk /*!< ADC calibration… macro
|
D | stm32f103xb.h | 3379 #define ADC_CR2_CAL ADC_CR2_CAL_Msk /*!< ADC calibration… macro
|
D | stm32f103xe.h | 3841 #define ADC_CR2_CAL ADC_CR2_CAL_Msk /*!< ADC calibration… macro
|
D | stm32f103xg.h | 3911 #define ADC_CR2_CAL ADC_CR2_CAL_Msk /*!< ADC calibration… macro
|
D | stm32f105xc.h | 4065 #define ADC_CR2_CAL ADC_CR2_CAL_Msk /*!< ADC calibration… macro
|
D | stm32f107xc.h | 4157 #define ADC_CR2_CAL ADC_CR2_CAL_Msk /*!< ADC calibration… macro
|
/hal_stm32-latest/stm32cube/stm32f3xx/soc/ |
D | stm32f378xx.h | 959 #define ADC_CR2_CAL ADC_CR2_CAL_Msk /*!< A/D Calibration… macro
|
D | stm32f373xc.h | 1000 #define ADC_CR2_CAL ADC_CR2_CAL_Msk /*!< A/D Calibration… macro
|