Home
last modified time | relevance | path

Searched refs:ADC_IRQ_EN_EOS (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()
1283 __HAL_ADC_ENABLE_IT(hadc, ADC_IRQ_EN_EOS); 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()
1604 … & ADC_IRQ_FLAG_EOS) == ADC_IRQ_FLAG_EOS) && ((tmp_ier & ADC_IRQ_EN_EOS) == ADC_IRQ_EN_EOS)) || in HAL_ADC_IRQHandler()
1624 __HAL_ADC_DISABLE_IT(hadc, ADC_IRQ_EN_EODS | ADC_IRQ_EN_EOS | ADC_IRQ_EN_EOC); in HAL_ADC_IRQHandler()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_hal_adc.h788 #define ADC_IRQ_EN_EOS (LL_ADC_IRQ_EN_EOS) /*!< ADC IRQ enable EOS */ macro
805 ADC_IRQ_EN_EOS | \
812 ADC_IRQ_EN_EOS | \