Searched refs:ADC_IRQ_ENABLE_DF_OVRFL_IRQ_ENA (Results 1 – 5 of 5) sorted by relevance
824 #define LL_ADC_IRQ_EN_OVRFL (ADC_IRQ_ENABLE_DF_OVRFL_IRQ_ENA) /*!< ADC IRQ enable OVRFL */3529 #if defined(ADC_IRQ_ENABLE_DF_OVRFL_IRQ_ENA)3538 SET_BIT(ADCx->IRQ_ENABLE, ADC_IRQ_ENABLE_DF_OVRFL_IRQ_ENA); in LL_ADC_EnableIT_DFOVRFL()3550 CLEAR_BIT(ADCx->IRQ_ENABLE, ADC_IRQ_ENABLE_DF_OVRFL_IRQ_ENA); in LL_ADC_DisableIT_DFOVRFL()3561 …return ((READ_BIT(ADCx->IRQ_ENABLE, ADC_IRQ_ENABLE_DF_OVRFL_IRQ_ENA) == (ADC_IRQ_ENABLE_DF_OVRFL_I… in LL_ADC_IsEnabledIT_DFOVRFL()
391 | ADC_IRQ_ENABLE_DF_OVRFL_IRQ_ENA in LL_ADC_DeInit()
626 | ADC_IRQ_ENABLE_DF_OVRFL_IRQ_ENA in HAL_ADC_DeInit()
7751 #define ADC_IRQ_ENABLE_DF_OVRFL_IRQ_ENA ADC_IRQ_ENABLE_DF_OVRFL_… macro