Home
last modified time | relevance | path

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

/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_ll_rng.h75 #define LL_RNG_SR_CEIS RNG_SR_CEIS /*!< Clock error interrupt status */
218 return (READ_BIT(RNGx->SR, RNG_SR_CEIS) == (RNG_SR_CEIS)); in LL_RNG_IsActiveFlag_CEIS()
240 WRITE_REG(RNGx->SR, ~RNG_SR_CEIS); in LL_RNG_ClearFlag_CEIS()
Dstm32l0xx_hal_rng.h116 #define RNG_IT_CEI ((uint32_t)RNG_SR_CEIS) /*!< Clock error interrupt */
/loramac-node-3.7.0/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_rng.h111 #define LL_RNG_SR_CEIS RNG_SR_CEIS /*!< Clock error interrupt status */
290 return (READ_BIT(RNGx->SR, RNG_SR_CEIS) == (RNG_SR_CEIS)); in LL_RNG_IsActiveFlag_CEIS()
312 WRITE_REG(RNGx->SR, ~RNG_SR_CEIS); in LL_RNG_ClearFlag_CEIS()
Dstm32l4xx_hal_rng.h146 #define RNG_IT_CEI RNG_SR_CEIS /*!< Clock error interrupt */
/loramac-node-3.7.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.7.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.7.0/src/boards/B-L072Z-LRWAN1/cmsis/
Dstm32l072xx.h4620 #define RNG_SR_CEIS RNG_SR_CEIS_Msk macro
/loramac-node-3.7.0/src/boards/NucleoL073/cmsis/
Dstm32l073xx.h4771 #define RNG_SR_CEIS RNG_SR_CEIS_Msk macro
/loramac-node-3.7.0/src/boards/NucleoL476/cmsis/
Dstm32l476xx.h11712 #define RNG_SR_CEIS RNG_SR_CEIS_Msk macro