Searched refs:RCC_AHB1RSTR_FMACRST (Results 1 – 4 of 4) sorted by relevance
2109 #define __HAL_RCC_FMAC_FORCE_RESET() SET_BIT(RCC->AHB1RSTR, RCC_AHB1RSTR_FMACRST)2127 #define __HAL_RCC_FMAC_RELEASE_RESET() CLEAR_BIT(RCC->AHB1RSTR, RCC_AHB1RSTR_FMACRST)
2807 #define __HAL_RCC_FMAC_FORCE_RESET() SET_BIT(RCC->AHB1RSTR, RCC_AHB1RSTR_FMACRST)2832 #define __HAL_RCC_FMAC_RELEASE_RESET() CLEAR_BIT(RCC->AHB1RSTR, RCC_AHB1RSTR_FMACRST)
15823 #define RCC_AHB1RSTR_FMACRST RCC_AHB1RSTR_FMACRST_Msk /*!< FMAC Reset… macro
16239 #define RCC_AHB1RSTR_FMACRST RCC_AHB1RSTR_FMACRST_Msk macro