Searched refs:RCC_AHB2RSTR_RNGRST (Results 1 – 2 of 2) sorted by relevance
2243 #define __HAL_RCC_RNG_FORCE_RESET() SET_BIT(RCC->AHB2RSTR, RCC_AHB2RSTR_RNGRST)2302 #define __HAL_RCC_RNG_RELEASE_RESET() CLEAR_BIT(RCC->AHB2RSTR, RCC_AHB2RSTR_RNGRST)
11014 #define RCC_AHB2RSTR_RNGRST RCC_AHB2RSTR_RNGRST_Msk macro