Searched refs:RCC_PHYCR_BCKRST_Msk (Results 1 – 1 of 1) sorted by relevance
267 #define RCC_PHYCR_BCKRST_Msk (0x1U << RCC_PHYCR_BCKRST_Pos) macro268 #define RCC_PHYCR_BCKRST RCC_PHYCR_BCKRST_Msk2293 CLEAR_BIT(RCC->PHYCR, RCC_PHYCR_BCKRST_Msk); in FL_RCC_EnableUSBBCKReset()2303 return (uint32_t)!(READ_BIT(RCC->PHYCR, RCC_PHYCR_BCKRST_Msk) == RCC_PHYCR_BCKRST_Msk); in FL_RCC_IsEnabledUSBBCKReset()2313 SET_BIT(RCC->PHYCR, RCC_PHYCR_BCKRST_Msk); in FL_RCC_DisableUSBBCKReset()
Completed in 14 milliseconds