Home
last modified time | relevance | path

Searched refs:ADC_IRQ_EN_OVRDS (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_adc.c1280 __HAL_ADC_DISABLE_IT(hadc, (ADC_IRQ_EN_EODS | ADC_IRQ_EN_EOS | ADC_IRQ_EN_OVRDS)); in HAL_ADC_Start_IT()
1292 __HAL_ADC_ENABLE_IT(hadc, ADC_IRQ_EN_OVRDS); in HAL_ADC_Start_IT()
1337 __HAL_ADC_DISABLE_IT(hadc, (ADC_IRQ_EN_EODS | ADC_IRQ_EN_EOS | ADC_IRQ_EN_OVRDS)); in HAL_ADC_Stop_IT()
1420 __HAL_ADC_ENABLE_IT(hadc, ADC_IRQ_EN_OVRDS); in HAL_ADC_Start_DMA()
1510 __HAL_ADC_DISABLE_IT(hadc, ADC_IRQ_EN_OVRDS); in HAL_ADC_Stop_DMA()
1670 …& ADC_IRQ_FLAG_OVRDS) == ADC_IRQ_FLAG_OVRDS) && ((tmp_ier & ADC_IRQ_EN_OVRDS) == ADC_IRQ_EN_OVRDS)) in HAL_ADC_IRQHandler()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_adc.h786 #define ADC_IRQ_EN_OVRDS (LL_ADC_IRQ_EN_OVRDS) /*!< ADC IRQ enable OVRDS */ macro
803 ADC_IRQ_EN_OVRDS | \
810 #define ADC_IRQ_EN_MASK (ADC_IRQ_EN_OVRDS | \