dRonin  adbada4
dRonin firmware
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mcuconf.h File Reference

Go to the source code of this file.

Macros

#define STM32F103_MCUCONF
 
#define STM32_NO_INIT   TRUE
 
#define STM32_PVD_ENABLE   FALSE
 
#define STM32_PLS   STM32_PLS_LEV0
 
#define STM32_HSI_ENABLED   TRUE
 
#define STM32_LSI_ENABLED   TRUE
 
#define STM32_HSE_ENABLED   TRUE
 
#define STM32_LSE_ENABLED   FALSE
 
#define STM32_SW   STM32_SW_PLL
 
#define STM32_PLLSRC   STM32_PLLSRC_HSE
 
#define STM32_PREDIV_VALUE   1
 
#define STM32_PLLMUL_VALUE   9
 

Macro Definition Documentation

#define STM32_HSE_ENABLED   TRUE

Definition at line 8 of file mcuconf.h.

#define STM32_HSI_ENABLED   TRUE

Definition at line 6 of file mcuconf.h.

#define STM32_LSE_ENABLED   FALSE

Definition at line 9 of file mcuconf.h.

#define STM32_LSI_ENABLED   TRUE

Definition at line 7 of file mcuconf.h.

#define STM32_NO_INIT   TRUE

Definition at line 3 of file mcuconf.h.

#define STM32_PLLMUL_VALUE   9

Definition at line 13 of file mcuconf.h.

#define STM32_PLLSRC   STM32_PLLSRC_HSE

Definition at line 11 of file mcuconf.h.

#define STM32_PLS   STM32_PLS_LEV0

Definition at line 5 of file mcuconf.h.

#define STM32_PREDIV_VALUE   1

Definition at line 12 of file mcuconf.h.

#define STM32_PVD_ENABLE   FALSE

Definition at line 4 of file mcuconf.h.

#define STM32_SW   STM32_SW_PLL

Definition at line 10 of file mcuconf.h.

#define STM32F103_MCUCONF

Definition at line 1 of file mcuconf.h.