Searched refs:RCC_APB1RSTR1_PWRRST (Results 1 – 2 of 2) sorted by relevance
2440 #define __HAL_RCC_PWR_FORCE_RESET() SET_BIT(RCC->APB1RSTR1, RCC_APB1RSTR1_PWRRST)2535 #define __HAL_RCC_PWR_RELEASE_RESET() CLEAR_BIT(RCC->APB1RSTR1, RCC_APB1RSTR1_PWRRST)
11078 #define RCC_APB1RSTR1_PWRRST RCC_APB1RSTR1_PWRRST_Msk macro