Searched refs:LL_ADC_IT_OVR (Results 1 – 5 of 5) sorted by relevance
401 #define LL_ADC_IT_OVR ADC_IER_OVRIE /*!< ADC interruption ADC group regul… macro3802 SET_BIT(ADCx->IER, LL_ADC_IT_OVR); in LL_ADC_EnableIT_OVR()3879 CLEAR_BIT(ADCx->IER, LL_ADC_IT_OVR); in LL_ADC_DisableIT_OVR()3960 return (READ_BIT(ADCx->IER, LL_ADC_IT_OVR) == (LL_ADC_IT_OVR)); in LL_ADC_IsEnabledIT_OVR()
599 #define LL_ADC_IT_OVR ADC_CR1_OVRIE /*!< ADC interruption ADC group regul… macro4980 SET_BIT(ADCx->CR1, LL_ADC_IT_OVR); in LL_ADC_EnableIT_OVR()5033 CLEAR_BIT(ADCx->CR1, LL_ADC_IT_OVR); in LL_ADC_DisableIT_OVR()5088 return (READ_BIT(ADCx->CR1, LL_ADC_IT_OVR) == (LL_ADC_IT_OVR)); in LL_ADC_IsEnabledIT_OVR()
364 | LL_ADC_IT_OVR in LL_ADC_DeInit()
650 #define LL_ADC_IT_OVR ADC_IER_OVRIE /*!< ADC interruption ADC group regul… macro7014 SET_BIT(ADCx->IER, LL_ADC_IT_OVR); in LL_ADC_EnableIT_OVR()7135 CLEAR_BIT(ADCx->IER, LL_ADC_IT_OVR); in LL_ADC_DisableIT_OVR()7260 return ((READ_BIT(ADCx->IER, LL_ADC_IT_OVR) == (LL_ADC_IT_OVR)) ? 1UL : 0UL); in LL_ADC_IsEnabledIT_OVR()
557 | LL_ADC_IT_OVR in LL_ADC_DeInit()