|
STM32F103xB HAL User Manual
|
Defines | |
| #define | LL_RCC_USB_CLKSOURCE_PLL RCC_CFGR_USBPRE |
| #define | LL_RCC_USB_CLKSOURCE_PLL_DIV_1_5 0x00000000U |
| #define LL_RCC_USB_CLKSOURCE_PLL RCC_CFGR_USBPRE |
PLL clock is not divided
Definition at line 305 of file stm32f1xx_ll_rcc.h.
Referenced by LL_RCC_GetUSBClockFreq().
| #define LL_RCC_USB_CLKSOURCE_PLL_DIV_1_5 0x00000000U |
PLL clock is divided by 1.5
Definition at line 306 of file stm32f1xx_ll_rcc.h.
Referenced by LL_RCC_GetUSBClockFreq().
1.7.6.1