libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | RCC_CFGR_USBPRE_PLL_CLK_DIV1_5 0x0 |
#define | RCC_CFGR_USBPRE_PLL_CLK_NODIV 0x1 |
#define | RCC_CFGR_USBPRE_PLL_CLK_DIV2_5 0x2 |
#define | RCC_CFGR_USBPRE_PLL_CLK_DIV2 0x3 |
#define RCC_CFGR_USBPRE_PLL_CLK_DIV1_5 0x0 |
Definition at line 134 of file gd32/f1x0/rcc.h.
#define RCC_CFGR_USBPRE_PLL_CLK_DIV2 0x3 |
Definition at line 137 of file gd32/f1x0/rcc.h.
#define RCC_CFGR_USBPRE_PLL_CLK_DIV2_5 0x2 |
Definition at line 136 of file gd32/f1x0/rcc.h.
#define RCC_CFGR_USBPRE_PLL_CLK_NODIV 0x1 |
Definition at line 135 of file gd32/f1x0/rcc.h.