Searched refs:RCC_AHB1RSTR_TSCRST (Results 1 – 2 of 2) sorted by relevance
2152 #define __HAL_RCC_TSC_FORCE_RESET() SET_BIT(RCC->AHB1RSTR, RCC_AHB1RSTR_TSCRST)2177 #define __HAL_RCC_TSC_RELEASE_RESET() CLEAR_BIT(RCC->AHB1RSTR, RCC_AHB1RSTR_TSCRST)
10979 #define RCC_AHB1RSTR_TSCRST RCC_AHB1RSTR_TSCRST_Msk macro