Searched refs:ClockErrorDetection (Results 1 – 4 of 4) sorted by relevance
119 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()
180 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()
75 uint32_t ClockErrorDetection; /*!< Clock error detection. member
66 uint32_t ClockErrorDetection; /*!< Clock error detection */ member