Home
last modified time | relevance | path

Searched refs:Config1 (Results 1 – 25 of 31) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rng_ex.c110 assert_param(IS_RNG_CONFIG1(pConf->Config1)); in HAL_RNGEx_SetConfig()
129 | (pConf->Config1 << RNG_CR_RNG_CONFIG1_Pos) in HAL_RNGEx_SetConfig()
211 …pConf->Config1 = (uint32_t)((hrng->Instance->CR & RNG_CR_RNG_CONFIG1) >> RNG_CR_RNG_CONFIG1… in HAL_RNGEx_GetConfig()
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/src/
Dstm32l5xx_hal_rng_ex.c110 assert_param(IS_RNG_CONFIG1(pConf->Config1)); in HAL_RNGEx_SetConfig()
129 | (pConf->Config1 << RNG_CR_RNG_CONFIG1_Pos) in HAL_RNGEx_SetConfig()
211 …pConf->Config1 = (uint32_t)((hrng->Instance->CR & RNG_CR_RNG_CONFIG1) >> RNG_CR_RNG_CONFIG1… in HAL_RNGEx_GetConfig()
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/src/
Dstm32l4xx_hal_rng_ex.c113 assert_param(IS_RNG_CONFIG1(pConf->Config1)); in HAL_RNGEx_SetConfig()
132 | (pConf->Config1 << RNG_CR_RNG_CONFIG1_Pos) in HAL_RNGEx_SetConfig()
214 …pConf->Config1 = (uint32_t)((hrng->Instance->CR & RNG_CR_RNG_CONFIG1) >> RNG_CR_RNG_CONFIG1… in HAL_RNGEx_GetConfig()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rng_ex.c101 assert_param(IS_RNG_CONFIG1(pConf->Config1)); in HAL_RNGEx_SetConfig()
121 | (pConf->Config1 << RNG_CR_RNG_CONFIG1_Pos) in HAL_RNGEx_SetConfig()
199 …pConf->Config1 = (uint32_t)((hrng->Instance->CR & RNG_CR_RNG_CONFIG1) >> RNG_CR_RNG_CONFIG1… in HAL_RNGEx_GetConfig()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rng_ex.c101 assert_param(IS_RNG_CONFIG1(pConf->Config1)); in HAL_RNGEx_SetConfig()
121 | (pConf->Config1 << RNG_CR_RNG_CONFIG1_Pos) in HAL_RNGEx_SetConfig()
202 …pConf->Config1 = (uint32_t)((hrng->Instance->CR & RNG_CR_RNG_CONFIG1) >> RNG_CR_RNG_CONFIG1… in HAL_RNGEx_GetConfig()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rng_ex.c114 assert_param(IS_RNG_CONFIG1(pConf->Config1)); in HAL_RNGEx_SetConfig()
133 | (pConf->Config1 << RNG_CR_RNG_CONFIG1_Pos) in HAL_RNGEx_SetConfig()
215 …pConf->Config1 = (uint32_t)((hrng->Instance->CR & RNG_CR_RNG_CONFIG1) >> RNG_CR_RNG_CONFIG1… in HAL_RNGEx_GetConfig()
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/src/
Dstm32n6xx_hal_rng_ex.c101 assert_param(IS_RNG_CONFIG1(pConf->Config1)); in HAL_RNGEx_SetConfig()
121 | (pConf->Config1 << RNG_CR_RNG_CONFIG1_Pos) in HAL_RNGEx_SetConfig()
199 …pConf->Config1 = (uint32_t)((hrng->Instance->CR & RNG_CR_RNG_CONFIG1) >> RNG_CR_RNG_CONFIG1… in HAL_RNGEx_GetConfig()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rng_ex.c101 assert_param(IS_RNG_CONFIG1(pConf->Config1)); in HAL_RNGEx_SetConfig()
121 | (pConf->Config1 << RNG_CR_RNG_CONFIG1_Pos) in HAL_RNGEx_SetConfig()
199 …pConf->Config1 = (uint32_t)((hrng->Instance->CR & RNG_CR_RNG_CONFIG1) >> RNG_CR_RNG_CONFIG1… in HAL_RNGEx_GetConfig()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/src/
Dstm32wbaxx_hal_rng_ex.c101 assert_param(IS_RNG_CONFIG1(pConf->Config1)); in HAL_RNGEx_SetConfig()
121 | (pConf->Config1 << RNG_CR_RNG_CONFIG1_Pos) in HAL_RNGEx_SetConfig()
199 …pConf->Config1 = (uint32_t)((hrng->Instance->CR & RNG_CR_RNG_CONFIG1) >> RNG_CR_RNG_CONFIG1… in HAL_RNGEx_GetConfig()
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/src/
Dstm32h7rsxx_hal_rng_ex.c101 assert_param(IS_RNG_CONFIG1(pConf->Config1)); in HAL_RNGEx_SetConfig()
121 | (pConf->Config1 << RNG_CR_RNG_CONFIG1_Pos) in HAL_RNGEx_SetConfig()
199 …pConf->Config1 = (uint32_t)((hrng->Instance->CR & RNG_CR_RNG_CONFIG1) >> RNG_CR_RNG_CONFIG1… in HAL_RNGEx_GetConfig()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_ll_rng.h344 __STATIC_INLINE void LL_RNG_SetConfig1(RNG_TypeDef *RNGx, uint32_t Config1) in LL_RNG_SetConfig1() argument
346 MODIFY_REG(RNGx->CR, RNG_CR_RNG_CONFIG1, Config1 << RNG_CR_RNG_CONFIG1_Pos); in LL_RNG_SetConfig1()
Dstm32wlxx_hal_rng_ex.h54 uint32_t Config1; /*!< Config1 must be a value between 0 and 0x3F */ member
/hal_stm32-latest/stm32cube/stm32l4xx/drivers/include/
Dstm32l4xx_ll_rng.h375 __STATIC_INLINE void LL_RNG_SetConfig1(RNG_TypeDef *RNGx, uint32_t Config1) in LL_RNG_SetConfig1() argument
377 …MODIFY_REG(RNGx->CR, RNG_CR_RNG_CONFIG1 | RNG_CR_CONDRST, (Config1 << RNG_CR_RNG_CONFIG1_Pos) | RN… in LL_RNG_SetConfig1()
Dstm32l4xx_hal_rng_ex.h54 uint32_t Config1; /*!< Config1 must be a value between 0 and 0x3F */ member
/hal_stm32-latest/stm32cube/stm32l5xx/drivers/include/
Dstm32l5xx_ll_rng.h357 __STATIC_INLINE void LL_RNG_SetConfig1(RNG_TypeDef *RNGx, uint32_t Config1) in LL_RNG_SetConfig1() argument
359 …MODIFY_REG(RNGx->CR, RNG_CR_RNG_CONFIG1 | RNG_CR_CONDRST, (Config1 << RNG_CR_RNG_CONFIG1_Pos) | RN… in LL_RNG_SetConfig1()
Dstm32l5xx_hal_rng_ex.h54 uint32_t Config1; /*!< Config1 must be a value between 0 and 0x3F */ member
/hal_stm32-latest/stm32cube/stm32h7rsxx/drivers/include/
Dstm32h7rsxx_ll_rng.h355 __STATIC_INLINE void LL_RNG_SetConfig1(RNG_TypeDef *RNGx, uint32_t Config1) in LL_RNG_SetConfig1() argument
357 …MODIFY_REG(RNGx->CR, RNG_CR_RNG_CONFIG1 | RNG_CR_CONDRST, (Config1 << RNG_CR_RNG_CONFIG1_Pos) | RN… in LL_RNG_SetConfig1()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rng.h368 __STATIC_INLINE void LL_RNG_SetConfig1(RNG_TypeDef *RNGx, uint32_t Config1) in LL_RNG_SetConfig1() argument
370 …MODIFY_REG(RNGx->CR, RNG_CR_RNG_CONFIG1 | RNG_CR_CONDRST, (Config1 << RNG_CR_RNG_CONFIG1_Pos) | RN… in LL_RNG_SetConfig1()
Dstm32h7xx_hal_rng_ex.h54 uint32_t Config1; /*!< Config1 must be a value between 0 and 0x3F */ member
/hal_stm32-latest/stm32cube/stm32n6xx/drivers/include/
Dstm32n6xx_ll_rng.h357 __STATIC_INLINE void LL_RNG_SetConfig1(RNG_TypeDef *RNGx, uint32_t Config1) in LL_RNG_SetConfig1() argument
359 …MODIFY_REG(RNGx->CR, RNG_CR_RNG_CONFIG1 | RNG_CR_CONDRST, (Config1 << RNG_CR_RNG_CONFIG1_Pos) | RN… in LL_RNG_SetConfig1()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_ll_rng.h357 __STATIC_INLINE void LL_RNG_SetConfig1(RNG_TypeDef *RNGx, uint32_t Config1) in LL_RNG_SetConfig1() argument
359 …MODIFY_REG(RNGx->CR, RNG_CR_RNG_CONFIG1 | RNG_CR_CONDRST, (Config1 << RNG_CR_RNG_CONFIG1_Pos) | RN… in LL_RNG_SetConfig1()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_ll_rng.h357 __STATIC_INLINE void LL_RNG_SetConfig1(RNG_TypeDef *RNGx, uint32_t Config1) in LL_RNG_SetConfig1() argument
359 …MODIFY_REG(RNGx->CR, RNG_CR_RNG_CONFIG1 | RNG_CR_CONDRST, (Config1 << RNG_CR_RNG_CONFIG1_Pos) | RN… in LL_RNG_SetConfig1()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_ll_rng.h357 __STATIC_INLINE void LL_RNG_SetConfig1(RNG_TypeDef *RNGx, uint32_t Config1) in LL_RNG_SetConfig1() argument
359 …MODIFY_REG(RNGx->CR, RNG_CR_RNG_CONFIG1 | RNG_CR_CONDRST, (Config1 << RNG_CR_RNG_CONFIG1_Pos) | RN… in LL_RNG_SetConfig1()
/hal_stm32-latest/stm32cube/stm32wbaxx/drivers/include/
Dstm32wbaxx_ll_rng.h357 __STATIC_INLINE void LL_RNG_SetConfig1(RNG_TypeDef *RNGx, uint32_t Config1) in LL_RNG_SetConfig1() argument
359 …MODIFY_REG(RNGx->CR, RNG_CR_RNG_CONFIG1 | RNG_CR_CONDRST, (Config1 << RNG_CR_RNG_CONFIG1_Pos) | RN… in LL_RNG_SetConfig1()
Dstm32wbaxx_hal_rng_ex.h54 uint32_t Config1; /*!< Config1 must be a value between 0 and 0x3F */ member

12