libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
RCC_CFGR USB prescale Factors
Collaboration diagram for RCC_CFGR USB prescale Factors:

Macros

#define RCC_CFGR_USBPRE_PLL_CLK_DIV1_5   0x0
 
#define RCC_CFGR_USBPRE_PLL_CLK_NODIV   0x1
 

Detailed Description

Macro Definition Documentation

◆ RCC_CFGR_USBPRE_PLL_CLK_DIV1_5

#define RCC_CFGR_USBPRE_PLL_CLK_DIV1_5   0x0

Definition at line 130 of file f1/rcc.h.

◆ RCC_CFGR_USBPRE_PLL_CLK_NODIV

#define RCC_CFGR_USBPRE_PLL_CLK_NODIV   0x1

Definition at line 131 of file f1/rcc.h.