Searched refs:RCC_AHB1RSTR_GPDMA2RST (Results 1 – 2 of 2) sorted by relevance
2800 #define __HAL_RCC_GPDMA2_FORCE_RESET() SET_BIT(RCC->AHB1RSTR, RCC_AHB1RSTR_GPDMA2RST)2825 #define __HAL_RCC_GPDMA2_RELEASE_RESET() CLEAR_BIT(RCC->AHB1RSTR, RCC_AHB1RSTR_GPDMA2RST)
16230 #define RCC_AHB1RSTR_GPDMA2RST RCC_AHB1RSTR_GPDMA2RST_Msk macro