Searched refs:Config3 (Results 1 – 6 of 6) sorted by relevance
113 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()
103 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()
104 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()
57 uint32_t Config3; /*!< Config3 must be a value between 0 and 0xF */ member