STM32 Blue Pill Drivers
Drivers that could be used to interface and interact with STM32F103C8T6 Microcontroller
|
This file contains the configuration parameters for the RCC module. More...
Macros | |
#define | RCC_PLL_SRC (RCC_PLLSource_HSE) |
This macro defines the PLL source. More... | |
#define | RCC_PLL_MUL (RCC_PLLMulFactors_9) |
This macro defines the PLL multiplication factor. More... | |
#define | RCC_PLL_HSE_DIVIDE_BY_2 (TRUE) |
This macro defines the PLL entry HSE divider. More... | |
#define | RCC_SYSTEM_CLOCK_SOURCE (RCC_SystemClock_PLL) |
This macro defines the system clock source. More... | |
#define | RCC_MCO_SOURCE (RCC_MCOSources_NoClock) |
This macro defines the MCO source. More... | |
#define | RCC_ADC_PRESCALER (RCC_ADCPrescaler_DividedBy4) |
This macro defines the ADC clock prescaler. More... | |
#define | RCC_AHB_PRESCALER (RCC_AHBPrescaler_NotDivided) |
This macro defines the AHB clock prescaler. More... | |
#define | RCC_APB1_PRESCALER (RCC_APBPrescaler_NotDivided) |
This macro defines the APB1 clock prescaler. More... | |
#define | RCC_APB2_PRESCALER (RCC_APBPrescaler_NotDivided) |
This macro defines the APB2 clock prescaler. More... | |
#define | RCC_USB_PRESCALER (RCC_USBPrescaler_1) |
This macro defines the USB clock prescaler. More... | |
#define | RCC_ENABLE_CSS (FALSE) |
This macro defines the clock security system state. More... | |
This file contains the configuration parameters for the RCC module.
This file contains the configuration parameters for the RCC module.