Home
last modified time | relevance | path

Searched refs:LL_ADC_IRQ_EN_OVRDS (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_ll_adc.c277 LL_ADC_DisableIT(ADCx, (LL_ADC_IRQ_EN_OVRDS in LL_ADC_DeInit()
/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 */
Dstm32wb0x_ll_adc.h828 #define LL_ADC_IRQ_EN_OVRDS (ADC_IRQ_ENABLE_OVR_DS_IRQ_ENA) /*!< ADC IRQ enable OVRDS */ macro