Searched refs:ADC_IRQ_ENABLE_OVR_DF_IRQ_ENA (Results 1 – 5 of 5) sorted by relevance
825 #define LL_ADC_IRQ_EN_OVRDF (ADC_IRQ_ENABLE_OVR_DF_IRQ_ENA) /*!< ADC IRQ enable OVRDF */3566 #if defined(ADC_IRQ_ENABLE_OVR_DF_IRQ_ENA)3575 SET_BIT(ADCx->IRQ_ENABLE, ADC_IRQ_ENABLE_OVR_DF_IRQ_ENA); in LL_ADC_EnableIT_DFOVR()3587 CLEAR_BIT(ADCx->IRQ_ENABLE, ADC_IRQ_ENABLE_OVR_DF_IRQ_ENA); in LL_ADC_DisableIT_DFOVR()3599 …return ((READ_BIT(ADCx->IRQ_ENABLE, ADC_IRQ_ENABLE_OVR_DF_IRQ_ENA) == (ADC_IRQ_ENABLE_OVR_DF_IRQ_E… in LL_ADC_IsEnabledIT_DFOVR()
392 | ADC_IRQ_ENABLE_OVR_DF_IRQ_ENA in LL_ADC_DeInit()
627 | ADC_IRQ_ENABLE_OVR_DF_IRQ_ENA in HAL_ADC_DeInit()
7754 #define ADC_IRQ_ENABLE_OVR_DF_IRQ_ENA ADC_IRQ_ENABLE_OVR_DF_IR… macro