Searched refs:RCC_CFGR_OTGFSPRE (Results 1 – 5 of 5) sorted by relevance
306 #if defined(RCC_CFGR_OTGFSPRE)307 #define LL_RCC_USB_CLKSOURCE_PLL_DIV_2 RCC_CFGR_OTGFSPRE /*!< PLL clock is divided by 2 …1206 MODIFY_REG(RCC->CFGR, RCC_CFGR_OTGFSPRE, USBxSource); in LL_RCC_SetUSBClockSource()
406 #define RCC_USBCLKSOURCE_PLL_DIV2 RCC_CFGR_OTGFSPRE1700 MODIFY_REG(RCC->CFGR, RCC_CFGR_OTGFSPRE, (uint32_t)(__USBCLKSOURCE__))1707 #define __HAL_RCC_GET_USB_SOURCE() ((uint32_t)(READ_BIT(RCC->CFGR, RCC_CFGR_OTGFSPRE)))
271 #if defined(RCC_CFGR_OTGFSPRE) in LL_RCC_GetUSBClockFreq()
1436 #define RCC_CFGR_OTGFSPRE RCC_CFGR_OTGFSPRE_Msk /*!< USB OTG FS pres… macro
1516 #define RCC_CFGR_OTGFSPRE RCC_CFGR_OTGFSPRE_Msk /*!< USB OTG FS pres… macro