Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32wb0x/drivers/include/
Dstm32wb0x_ll_rng.h1788 SET_BIT(RNGx->IRQ_CR, RNG_IRQ_CR_EN_FF_FULL_IRQ); in LL_RNG_EnableEnFfFullIrq()
1799 CLEAR_BIT(RNGx->IRQ_CR, RNG_IRQ_CR_EN_FF_FULL_IRQ); in LL_RNG_DisableEnFfFullIrq()
1810 …return ((READ_BIT(RNGx->IRQ_CR, RNG_IRQ_CR_EN_FF_FULL_IRQ) == (RNG_IRQ_CR_EN_FF_FULL_IRQ)) ? 1U : … in LL_RNG_IsEnabledEnFfFullIrq()
1821 SET_BIT(RNGx->IRQ_CR, RNG_IRQ_CR_EN_ERROR_IRQ); in LL_RNG_EnableEnErrorIrq()
1832 CLEAR_BIT(RNGx->IRQ_CR, RNG_IRQ_CR_EN_ERROR_IRQ); in LL_RNG_DisableEnErrorIrq()
1843 return ((READ_BIT(RNGx->IRQ_CR, RNG_IRQ_CR_EN_ERROR_IRQ) == (RNG_IRQ_CR_EN_ERROR_IRQ)) ? 1U : 0U); in LL_RNG_IsEnabledEnErrorIrq()
/hal_stm32-latest/stm32cube/stm32wb0x/soc/
Dstm32wb09.h451 __IO uint32_t IRQ_CR; /*!< (@ 0x00000080) RNG_IRQ_CR register */ member