STM32L486xx HAL User Manual
Defines
USB Clock Source
RCCEx Exported Constants

Defines

#define RCC_USBCLKSOURCE_NONE   0x00000000U
#define RCC_USBCLKSOURCE_PLLSAI1   RCC_CCIPR_CLK48SEL_0
#define RCC_USBCLKSOURCE_PLL   RCC_CCIPR_CLK48SEL_1
#define RCC_USBCLKSOURCE_MSI   RCC_CCIPR_CLK48SEL

Define Documentation

#define RCC_USBCLKSOURCE_MSI   RCC_CCIPR_CLK48SEL

Definition at line 639 of file stm32l4xx_hal_rcc_ex.h.

#define RCC_USBCLKSOURCE_NONE   0x00000000U

Definition at line 635 of file stm32l4xx_hal_rcc_ex.h.

#define RCC_USBCLKSOURCE_PLL   RCC_CCIPR_CLK48SEL_1

Definition at line 638 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_PeriphCLKConfig().

#define RCC_USBCLKSOURCE_PLLSAI1   RCC_CCIPR_CLK48SEL_0

Definition at line 637 of file stm32l4xx_hal_rcc_ex.h.

Referenced by HAL_RCCEx_PeriphCLKConfig().