Searched refs:ADC_IT_EOSMP (Results 1 – 4 of 4) sorted by relevance
776 ADC_IT_EOSMP | ADC_IT_RDY ) ); in HAL_ADC_DeInit()2265 if(((tmp_isr & ADC_FLAG_EOSMP) == ADC_FLAG_EOSMP) && ((tmp_ier & ADC_IT_EOSMP) == ADC_IT_EOSMP)) in HAL_ADC_IRQHandler()
733 #define ADC_IT_EOSMP ADC_IER_EOSMPIE /*!< ADC End of sampling interrupt source */ macro
580 #define ADC_IT_EOSMP ADC_IER_EOSMPIE /*!< ADC End of Sampling interrupt source */ macro
627 ADC_IT_EOC | ADC_IT_RDY | ADC_IT_EOSMP )); in HAL_ADC_DeInit()