Searched refs:Config2 (Results 1 – 6 of 6) sorted by relevance
112 assert_param(IS_RNG_CONFIG2(pConf->Config2)); in HAL_RNGEx_SetConfig()131 | (pConf->Config2 << RNG_CR_RNG_CONFIG2_Pos) in HAL_RNGEx_SetConfig()213 …pConf->Config2 = (uint32_t)((hrng->Instance->CR & RNG_CR_RNG_CONFIG2) >> RNG_CR_RNG_CONFIG2… in HAL_RNGEx_GetConfig()
102 assert_param(IS_RNG_CONFIG2(pConf->Config2)); in HAL_RNGEx_SetConfig()122 | (pConf->Config2 << RNG_CR_RNG_CONFIG2_Pos) in HAL_RNGEx_SetConfig()200 …pConf->Config2 = (uint32_t)((hrng->Instance->CR & RNG_CR_RNG_CONFIG2) >> RNG_CR_RNG_CONFIG2… in HAL_RNGEx_GetConfig()
103 assert_param(IS_RNG_CONFIG2(pConf->Config2)); in HAL_RNGEx_SetConfig()123 | (pConf->Config2 << RNG_CR_RNG_CONFIG2_Pos) in HAL_RNGEx_SetConfig()201 …pConf->Config2 = (uint32_t)((hrng->Instance->CR & RNG_CR_RNG_CONFIG2) >> RNG_CR_RNG_CONFIG2… in HAL_RNGEx_GetConfig()
56 uint32_t Config2; /*!< Config2 must be a value between 0 and 0x7 */ member