Searched refs:ADC_IT_EOCAL (Results 1 – 10 of 10) sorted by relevance
790 ADC_IT_EOCAL | ADC_IT_EOSMP | ADC_IT_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()
784 ADC_IT_EOCAL | ADC_IT_EOSMP | ADC_IT_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()
909 #define ADC_IT_EOCAL ADC_IER_EOCALIE /*!< ADC End of Calibration interrupt source */ macro
606 #define ADC_IT_EOCAL ADC_IER_EOCALIE /*!< ADC End of Calibration interrupt source */ macro
923 #define ADC_IT_EOCAL ADC_IER_EOCALIE /*!< ADC End of Calibration interrupt source */ macro
853 #define ADC_IT_EOCAL ADC_IER_EOCALIE /*!< ADC end of calibration interrupt source */ macro
1208 #define ADC_IT_EOCAL ADC_IER_EOCALIE /*!< ADC End of Calibration interrupt source */ macro
3126 … if (((tmp_isr & ADC_FLAG_EOCAL) == ADC_FLAG_EOCAL) && ((tmp_ier & ADC_IT_EOCAL) == ADC_IT_EOCAL)) in HAL_ADC_IRQHandler()
680 __HAL_ADC_DISABLE_IT(hadc, (ADC_IT_AWD | ADC_IT_OVR | ADC_IT_EOCAL | ADC_IT_EOS | \ in HAL_ADC_DeInit()
1022 ADC_IT_EOCAL | ADC_IT_CCRDY | in HAL_ADC_DeInit()