Searched refs:RCC_APB2RSTR_SAI1RST (Results 1 – 2 of 2) sorted by relevance
2588 #define __HAL_RCC_SAI1_FORCE_RESET() SET_BIT(RCC->APB2RSTR, RCC_APB2RSTR_SAI1RST)2635 #define __HAL_RCC_SAI1_RELEASE_RESET() CLEAR_BIT(RCC->APB2RSTR, RCC_APB2RSTR_SAI1RST)
11130 #define RCC_APB2RSTR_SAI1RST RCC_APB2RSTR_SAI1RST_Msk macro