Searched refs:ADC_IT_OVR (Results 1 – 9 of 9) sorted by relevance
| /bsp/hk32/libraries/HK32F0xx_StdPeriph_Driver/inc/ |
| A D | hk32f0xx_adc.h | 317 #define ADC_IT_OVR ADC_IER_OVRIE macro 324 ((IT) == ADC_IT_OVR) || ((IT) == ADC_IT_AWD))
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ |
| A D | ald_adc.h | 189 ADC_IT_OVR = (1U << 26), /**< ADC it overring */ enumerator 438 ((x) == ADC_IT_OVR ))
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/ |
| A D | ald_adc.h | 190 ADC_IT_OVR = (1U << 26), /**< ADC it overring */ enumerator 460 ((x) == ADC_IT_OVR ))
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Src/ |
| A D | stm32l1xx_hal_adc.c | 1437 __HAL_ADC_ENABLE_IT(hadc, (ADC_IT_EOC | ADC_IT_OVR)); in HAL_ADC_Start_IT() 1572 __HAL_ADC_ENABLE_IT(hadc, ADC_IT_OVR); in HAL_ADC_Start_DMA() 1647 __HAL_ADC_DISABLE_IT(hadc, ADC_IT_OVR); in HAL_ADC_Stop_DMA() 1816 if(__HAL_ADC_GET_IT_SOURCE(hadc, ADC_IT_OVR)) in HAL_ADC_IRQHandler()
|
| /bsp/ft32/libraries/FT32F0xx/FT32F0xx_Driver/Inc/ |
| A D | ft32f0xx_adc.h | 447 #define ADC_IT_OVR ADC_IER_OVRIE macro 454 ((IT) == ADC_IT_OVR) || ((IT) == ADC_IT_AWD))
|
| /bsp/tae32f5300/Libraries/TAE32F53xx_StdPeriph_Driver/inc/ |
| A D | tae32f53xx_ll_adc.h | 196 #define ADC_IT_OVR ADC_IER_OVRIE /*!< ADC interruption ADC group regular … macro 2883 …_GET_IT_OVR(__INSTANCE__) ((READ_BIT((__INSTANCE__)->IER, ADC_IT_OVR) == (ADC_IT_OVR)) ? 1UL …
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_adc.c | 173 ald_adc_interrupt_config(hperh, ADC_IT_OVR, ENABLE); in ald_adc_init() 773 if (ald_adc_get_it_status(hperh, ADC_IT_OVR) && ald_adc_get_flag_status(hperh, ADC_FLAG_OVR)) { in ald_adc_irq_handler()
|
| /bsp/stm32/libraries/STM32L1xx_HAL/STM32L1xx_HAL_Driver/Inc/ |
| A D | stm32l1xx_hal_adc.h | 649 #define ADC_IT_OVR ADC_CR1_OVRIE /*!< ADC overrun interrupt source */ macro
|
| /bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/ |
| A D | ald_adc.c | 835 if (ald_adc_get_it_status(hperh, ADC_IT_OVR) && ald_adc_get_flag_status(hperh, ADC_FLAG_OVR)) { in ald_adc_irq_handler()
|
Completed in 36 milliseconds