Home
last modified time | relevance | path

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

123

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_ll_rng.c119 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init()
123 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init()
128 MODIFY_REG(RNGx->CR, RNG_CR_CED, RNG_InitStruct->ClockErrorDetection); in LL_RNG_Init()
143 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
Dstm32h7xx_hal_rng.c177 assert_param(IS_RNG_CED(hrng->Init.ClockErrorDetection)); in HAL_RNG_Init()
215 …MODIFY_REG(hrng->Instance->CR, RNG_CR_CED | RNG_CR_CONDRST, hrng->Init.ClockErrorDetection | RNG_C… in HAL_RNG_Init()
245 MODIFY_REG(hrng->Instance->CR, RNG_CR_CED, hrng->Init.ClockErrorDetection); in HAL_RNG_Init()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_ll_rng.c122 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init()
126 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init()
131 MODIFY_REG(RNGx->CR, RNG_CR_CED, RNG_InitStruct->ClockErrorDetection); in LL_RNG_Init()
146 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
Dstm32l4xx_hal_rng.c181 assert_param(IS_RNG_CED(hrng->Init.ClockErrorDetection)); in HAL_RNG_Init()
228 (uint32_t)(RNG_CR_CONDRST | hrng->Init.ClockErrorDetection | cr_value)); in HAL_RNG_Init()
259 MODIFY_REG(hrng->Instance->CR, RNG_CR_CED, hrng->Init.ClockErrorDetection); in HAL_RNG_Init()
/hal_stm32-latest/stm32cube/stm32wbxx/drivers/src/
Dstm32wbxx_ll_rng.c106 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init()
109 MODIFY_REG(RNGx->CR, RNG_CR_CED, RNG_InitStruct->ClockErrorDetection); in LL_RNG_Init()
123 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
Dstm32wbxx_hal_rng.c164 assert_param(IS_RNG_CED(hrng->Init.ClockErrorDetection)); in HAL_RNG_Init()
198 MODIFY_REG(hrng->Instance->CR, RNG_CR_CED, hrng->Init.ClockErrorDetection); in HAL_RNG_Init()
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_ll_rng.c106 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init()
109 MODIFY_REG(RNGx->CR, RNG_CR_CED, RNG_InitStruct->ClockErrorDetection); in LL_RNG_Init()
123 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
Dstm32g4xx_hal_rng.c164 assert_param(IS_RNG_CED(hrng->Init.ClockErrorDetection)); in HAL_RNG_Init()
198 MODIFY_REG(hrng->Instance->CR, RNG_CR_CED, hrng->Init.ClockErrorDetection); in HAL_RNG_Init()
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_ll_rng.c106 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init()
109 MODIFY_REG(RNGx->CR, RNG_CR_CED, RNG_InitStruct->ClockErrorDetection); in LL_RNG_Init()
123 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
Dstm32g0xx_hal_rng.c164 assert_param(IS_RNG_CED(hrng->Init.ClockErrorDetection)); in HAL_RNG_Init()
198 MODIFY_REG(hrng->Instance->CR, RNG_CR_CED, hrng->Init.ClockErrorDetection); in HAL_RNG_Init()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_ll_rng.c107 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init()
110 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init()
126 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
Dstm32wlxx_hal_rng.c173 assert_param(IS_RNG_CED(hrng->Init.ClockErrorDetection)); in HAL_RNG_Init()
210 …MODIFY_REG(hrng->Instance->CR, RNG_CR_CED | RNG_CR_CONDRST, hrng->Init.ClockErrorDetection | RNG_C… in HAL_RNG_Init()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_ll_rng.c117 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init()
120 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init()
136 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
Dstm32u0xx_hal_rng.c164 assert_param(IS_RNG_CED(hrng->Init.ClockErrorDetection)); in HAL_RNG_Init()
201 …MODIFY_REG(hrng->Instance->CR, RNG_CR_CED | RNG_CR_CONDRST, hrng->Init.ClockErrorDetection | RNG_C… in HAL_RNG_Init()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_ll_rng.c117 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init()
120 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init()
136 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_ll_rng.c117 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init()
120 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init()
136 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
Dstm32wbaxx_hal_rng.c164 assert_param(IS_RNG_CED(hrng->Init.ClockErrorDetection)); in HAL_RNG_Init()
202 …WRITE_REG(hrng->Instance->CR, RNG_CR_NIST_VALUE | RNG_CR_CONDRST | hrng->Init.ClockErrorDetection); in HAL_RNG_Init()
206 hrng->Init.ClockErrorDetection | RNG_CR_CONDRST | (1U << RNG_CR_RNG_CONFIG2_Pos)); in HAL_RNG_Init()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_ll_rng.c117 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init()
120 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init()
136 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_ll_rng.c117 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init()
120 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init()
136 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
Dstm32u5xx_hal_rng.c164 assert_param(IS_RNG_CED(hrng->Init.ClockErrorDetection)); in HAL_RNG_Init()
202 …WRITE_REG(hrng->Instance->CR, RNG_CR_NIST_VALUE | RNG_CR_CONDRST | 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()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_ll_rng.c117 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init()
120 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init()
136 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_ll_rng.c117 assert_param(IS_LL_RNG_CED(RNG_InitStruct->ClockErrorDetection)); in LL_RNG_Init()
120 …MODIFY_REG(RNGx->CR, RNG_CR_CED | RNG_CR_CONDRST, RNG_InitStruct->ClockErrorDetection | RNG_CR_CON… in LL_RNG_Init()
136 RNG_InitStruct->ClockErrorDetection = LL_RNG_CED_ENABLE; in LL_RNG_StructInit()
Dstm32h5xx_hal_rng.c164 assert_param(IS_RNG_CED(hrng->Init.ClockErrorDetection)); in HAL_RNG_Init()
202 …WRITE_REG(hrng->Instance->CR, RNG_CR_NIST_VALUE | RNG_CR_CONDRST | 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()
/hal_stm32-latest/stm32cube/stm32wb0x/drivers/src/
Dstm32wb0x_hal_rng.c111 assert_param(IS_RNG_CED(hrng->Init.ClockErrorDetection)); in HAL_RNG_Init()
131 MODIFY_REG(hrng->Instance->CR, RNG_CR_TST_CLK, hrng->Init.ClockErrorDetection); in HAL_RNG_Init()
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rng.c164 assert_param(IS_RNG_CED(hrng->Init.ClockErrorDetection)); in HAL_RNG_Init()
198 MODIFY_REG(hrng->Instance->CR, RNG_CR_CED, hrng->Init.ClockErrorDetection); in HAL_RNG_Init()

123