Searched refs:ADC_EOSMP_EVENT (Results 1 – 3 of 3) sorted by relevance
718 #define ADC_EOSMP_EVENT (ADC_FLAG_EOSMP) /*!< ADC End of Sampling event */ macro
1063 #define IS_ADC_EVENT_TYPE(__EVENT__) (((__EVENT__) == ADC_EOSMP_EVENT) || \
1632 case ADC_EOSMP_EVENT: in HAL_ADC_PollForEvent()