Home
last modified time | relevance | path

Searched refs:RNG_SR_SEIS (Results 1 – 9 of 9) sorted by relevance

/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_rng.h76 #define LL_RNG_SR_SEIS RNG_SR_SEIS /*!< Seed error interrupt status */
229 return (READ_BIT(RNGx->SR, RNG_SR_SEIS) == (RNG_SR_SEIS)); in LL_RNG_IsActiveFlag_SEIS()
251 WRITE_REG(RNGx->SR, ~RNG_SR_SEIS); in LL_RNG_ClearFlag_SEIS()
Dstm32l0xx_hal_rng.h117 #define RNG_IT_SEI ((uint32_t)RNG_SR_SEIS) /*!< Seed error interrupt */
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_rng.h112 #define LL_RNG_SR_SEIS RNG_SR_SEIS /*!< Seed error interrupt status */
301 return (READ_BIT(RNGx->SR, RNG_SR_SEIS) == (RNG_SR_SEIS)); in LL_RNG_IsActiveFlag_SEIS()
323 WRITE_REG(RNGx->SR, ~RNG_SR_SEIS); in LL_RNG_ClearFlag_SEIS()
Dstm32l4xx_hal_rng.h147 #define RNG_IT_SEI RNG_SR_SEIS /*!< Seed error interrupt */
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_rng.c169 CLEAR_BIT(hrng->Instance->SR, RNG_SR_CEIS | RNG_SR_SEIS); in HAL_RNG_DeInit()
/loramac-node-3.4.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_rng.c254 CLEAR_BIT(hrng->Instance->SR, RNG_SR_CEIS | RNG_SR_SEIS); in HAL_RNG_DeInit()
/loramac-node-3.4.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h4774 #define RNG_SR_SEIS RNG_SR_SEIS_Msk macro
/loramac-node-3.4.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h4623 #define RNG_SR_SEIS RNG_SR_SEIS_Msk macro
/loramac-node-3.4.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h11715 #define RNG_SR_SEIS RNG_SR_SEIS_Msk macro