libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
These can be used for both APB1 and APB2 prescaling. More...
Macros | |
#define | RCC_CFGR_PPRE_NODIV 0x0 |
#define | RCC_CFGR_PPRE_DIV2 0x4 |
#define | RCC_CFGR_PPRE_DIV4 0x5 |
#define | RCC_CFGR_PPRE_DIV8 0x6 |
#define | RCC_CFGR_PPRE_DIV16 0x7 |
These can be used for both APB1 and APB2 prescaling.
#define RCC_CFGR_PPRE_DIV16 0x7 |
Definition at line 195 of file gd32/f1x0/rcc.h.
#define RCC_CFGR_PPRE_DIV2 0x4 |
Definition at line 192 of file gd32/f1x0/rcc.h.
#define RCC_CFGR_PPRE_DIV4 0x5 |
Definition at line 193 of file gd32/f1x0/rcc.h.
#define RCC_CFGR_PPRE_DIV8 0x6 |
Definition at line 194 of file gd32/f1x0/rcc.h.
#define RCC_CFGR_PPRE_NODIV 0x0 |
Definition at line 191 of file gd32/f1x0/rcc.h.