Home
last modified time | relevance | path

Searched refs:Config3 (Results 1 – 6 of 6) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Src/
Dstm32l5xx_hal_rng_ex.c113 assert_param(IS_RNG_CONFIG3(pConf->Config3)); in HAL_RNGEx_SetConfig()
132 | (pConf->Config3 << RNG_CR_RNG_CONFIG3_Pos)); in HAL_RNGEx_SetConfig()
214 …pConf->Config3 = (uint32_t)((hrng->Instance->CR & RNG_CR_RNG_CONFIG3) >> RNG_CR_RNG_CONFIG3… in HAL_RNGEx_GetConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Src/
Dstm32h5xx_hal_rng_ex.c103 assert_param(IS_RNG_CONFIG3(pConf->Config3)); in HAL_RNGEx_SetConfig()
123 | (pConf->Config3 << RNG_CR_RNG_CONFIG3_Pos)); in HAL_RNGEx_SetConfig()
201 …pConf->Config3 = (uint32_t)((hrng->Instance->CR & RNG_CR_RNG_CONFIG3) >> RNG_CR_RNG_CONFIG3… in HAL_RNGEx_GetConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_rng_ex.c104 assert_param(IS_RNG_CONFIG3(pConf->Config3)); in HAL_RNGEx_SetConfig()
124 | (pConf->Config3 << RNG_CR_RNG_CONFIG3_Pos)); in HAL_RNGEx_SetConfig()
202 …pConf->Config3 = (uint32_t)((hrng->Instance->CR & RNG_CR_RNG_CONFIG3) >> RNG_CR_RNG_CONFIG3… in HAL_RNGEx_GetConfig()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32l5xx/hal/Inc/
Dstm32l5xx_hal_rng_ex.h57 uint32_t Config3; /*!< Config3 must be a value between 0 and 0xF */ member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/hal/Inc/
Dstm32h5xx_hal_rng_ex.h57 uint32_t Config3; /*!< Config3 must be a value between 0 and 0xF */ member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_rng_ex.h57 uint32_t Config3; /*!< Config3 must be a value between 0 and 0xF */ member