Searched refs:RCC_AHB3RSTR_FMCRST (Results 1 – 2 of 2) sorted by relevance
2323 #define __HAL_RCC_FMC_FORCE_RESET() SET_BIT(RCC->AHB3RSTR, RCC_AHB3RSTR_FMCRST)2341 #define __HAL_RCC_FMC_RELEASE_RESET() CLEAR_BIT(RCC->AHB3RSTR, RCC_AHB3RSTR_FMCRST)
11019 #define RCC_AHB3RSTR_FMCRST RCC_AHB3RSTR_FMCRST_Msk macro