Searched refs:RCC_APB2RSTR_SAI2RST (Results 1 – 2 of 2) sorted by relevance
2592 #define __HAL_RCC_SAI2_FORCE_RESET() SET_BIT(RCC->APB2RSTR, RCC_APB2RSTR_SAI2RST)2639 #define __HAL_RCC_SAI2_RELEASE_RESET() CLEAR_BIT(RCC->APB2RSTR, RCC_APB2RSTR_SAI2RST)
11133 #define RCC_APB2RSTR_SAI2RST RCC_APB2RSTR_SAI2RST_Msk macro