Searched refs:RCC_APB1LRSTR_COMPRST (Results 1 – 2 of 2) sorted by relevance
3055 #define __HAL_RCC_COMP_FORCE_RESET() SET_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_COMPRST)3164 #define __HAL_RCC_COMP_RELEASE_RESET() CLEAR_BIT(RCC->APB1LRSTR, RCC_APB1LRSTR_COMPRST)
8837 #define RCC_APB1LRSTR_COMPRST RCC_APB1LRSTR_COMPRST_Msk macro