Home
last modified time | relevance | path

Searched refs:ClockErrorDetection (Results 1 – 4 of 4) sorted by relevance

/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_ll_rng.c119 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init()
122 MODIFY_REG(RNGx->CR, RNG_CR_CED, RNG_InitStruct->ClockErrorDetection); in LL_RNG_Init()
136 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
Dstm32l4xx_hal_rng.c180 assert_param(IS_RNG_CED(hrng->Init.ClockErrorDetection)); in HAL_RNG_Init()
216 MODIFY_REG(hrng->Instance->CR, RNG_CR_CED, hrng->Init.ClockErrorDetection); in HAL_RNG_Init()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_ll_rng.h75 uint32_t ClockErrorDetection; /*!< Clock error detection. member
Dstm32l4xx_hal_rng.h66 uint32_t ClockErrorDetection; /*!< Clock error detection */ member