Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_rng.c113 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init()
117 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init()
122 MODIFY_REG(RNGx->CR, RNG_CR_CED, RNG_InitStruct->ClockErrorDetection); in LL_RNG_Init()
137 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
H A Dstm32l4xx_hal_rng.c166 assert_param(IS_RNG_CED(hrng->Init.ClockErrorDetection)); in HAL_RNG_Init()
205 …MODIFY_REG(hrng->Instance->CR, RNG_CR_CED | RNG_CR_CONDRST, hrng->Init.ClockErrorDetection | RNG_C… in HAL_RNG_Init()
226 MODIFY_REG(hrng->Instance->CR, RNG_CR_CED, hrng->Init.ClockErrorDetection); in HAL_RNG_Init()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_rng.h54 uint32_t ClockErrorDetection; /*!< CED Clock error detection */ member
H A Dstm32l4xx_ll_rng.h59 uint32_t ClockErrorDetection; /*!< Clock error detection. member