Home
last modified time | relevance | path

Searched refs:IRQ_ENABLE (Results 1 – 7 of 7) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_adc.h3487 SET_BIT(ADCx->IRQ_ENABLE, IrqMask); in LL_ADC_EnableIT()
3506 CLEAR_BIT(ADCx->IRQ_ENABLE, IrqMask); in LL_ADC_DisableIT()
3526 return ((READ_BIT(ADCx->IRQ_ENABLE, IrqMask) == (IrqMask)) ? 1UL : 0UL); in LL_ADC_IsEnabledIT()
3538 SET_BIT(ADCx->IRQ_ENABLE, ADC_IRQ_ENABLE_DF_OVRFL_IRQ_ENA); in LL_ADC_EnableIT_DFOVRFL()
3550 CLEAR_BIT(ADCx->IRQ_ENABLE, ADC_IRQ_ENABLE_DF_OVRFL_IRQ_ENA); in LL_ADC_DisableIT_DFOVRFL()
3561 …return ((READ_BIT(ADCx->IRQ_ENABLE, ADC_IRQ_ENABLE_DF_OVRFL_IRQ_ENA) == (ADC_IRQ_ENABLE_DF_OVRFL_I… in LL_ADC_IsEnabledIT_DFOVRFL()
3575 SET_BIT(ADCx->IRQ_ENABLE, ADC_IRQ_ENABLE_OVR_DF_IRQ_ENA); in LL_ADC_EnableIT_DFOVR()
3587 CLEAR_BIT(ADCx->IRQ_ENABLE, ADC_IRQ_ENABLE_OVR_DF_IRQ_ENA); in LL_ADC_DisableIT_DFOVR()
3599 …return ((READ_BIT(ADCx->IRQ_ENABLE, ADC_IRQ_ENABLE_OVR_DF_IRQ_ENA) == (ADC_IRQ_ENABLE_OVR_DF_IRQ_E… in LL_ADC_IsEnabledIT_DFOVR()
3611 SET_BIT(ADCx->IRQ_ENABLE, ADC_IRQ_ENABLE_OVR_DS_IRQ_ENA); in LL_ADC_EnableIT_DSOVR()
[all …]
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_adc.c620 CLEAR_BIT(hadc->Instance->IRQ_ENABLE, (ADC_IRQ_ENABLE_OVR_DS_IRQ_ENA in HAL_ADC_DeInit()
1596 uint32_t tmp_ier = hadc->Instance->IRQ_ENABLE; in HAL_ADC_IRQHandler()
Dstm32wb0x_ll_adc.c385 CLEAR_BIT(ADCx->IRQ_ENABLE, (ADC_IRQ_ENABLE_OVR_DS_IRQ_ENA in LL_ADC_DeInit()
/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dstm32wb05.h613 …__IO uint32_t IRQ_ENABLE; /*!< (@ 0x00000050) Enable/disable Interrupts … member
Dstm32wb07.h646 …__IO uint32_t IRQ_ENABLE; /*!< (@ 0x00000050) Enable/disable Interrupts … member
Dstm32wb09.h625 …__IO uint32_t IRQ_ENABLE; /*!< (@ 0x00000050) Enable/disable Interrupts … member
Dstm32wb06.h646 …__IO uint32_t IRQ_ENABLE; /*!< (@ 0x00000050) Enable/disable Interrupts … member