Searched refs:ADC_FLAG_EOCAL (Results 1 – 10 of 10) sorted by relevance
796 ADC_FLAG_EOCAL | ADC_FLAG_EOSMP | ADC_FLAG_RDY)); in HAL_ADC_DeInit()2097 if (((tmp_isr & ADC_FLAG_EOCAL) == ADC_FLAG_EOCAL) && ((tmp_ier & ADC_IT_EOCAL) == ADC_IT_EOCAL)) in HAL_ADC_IRQHandler()2107 __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_EOCAL); in HAL_ADC_IRQHandler()
790 ADC_FLAG_EOCAL | ADC_FLAG_EOSMP | ADC_FLAG_RDY)); in HAL_ADC_DeInit()2107 if (((tmp_isr & ADC_FLAG_EOCAL) == ADC_FLAG_EOCAL) && ((tmp_ier & ADC_IT_EOCAL) == ADC_IT_EOCAL)) in HAL_ADC_IRQHandler()2117 __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_EOCAL); in HAL_ADC_IRQHandler()
620 #define ADC_FLAG_EOCAL ADC_ISR_EOCAL /*!< ADC Enf Of Calibration flag */ macro624 ADC_FLAG_OVR | ADC_FLAG_AWD | ADC_FLAG_EOCAL)
3126 … if (((tmp_isr & ADC_FLAG_EOCAL) == ADC_FLAG_EOCAL) && ((tmp_ier & ADC_IT_EOCAL) == ADC_IT_EOCAL)) in HAL_ADC_IRQHandler()3136 __HAL_ADC_CLEAR_FLAG(hadc, ADC_FLAG_EOCAL); in HAL_ADC_IRQHandler()
926 #define ADC_FLAG_EOCAL ADC_ISR_EOCAL /*!< ADC End of Calibration interrupt flag */ macro
940 #define ADC_FLAG_EOCAL ADC_ISR_EOCAL /*!< ADC End of Calibration interrupt flag */ macro
879 #define ADC_FLAG_EOCAL ADC_ISR_EOCAL /*!< ADC end of calibration flag */ macro
1230 #define ADC_FLAG_EOCAL ADC_ISR_EOCAL /*!< ADC End of Calibration flag */ macro
685 __HAL_ADC_CLEAR_FLAG(hadc, (ADC_FLAG_AWD | ADC_FLAG_EOCAL | ADC_FLAG_OVR | ADC_FLAG_EOS | \ in HAL_ADC_DeInit()
1034 ADC_FLAG_EOCAL | ADC_FLAG_CCRDY | in HAL_ADC_DeInit()