STM32F37 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F37 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
RCC_System_Clock_Source

Macros

#define RCC_SYSCLKSource_HSI   RCC_CFGR_SW_HSI
 
#define RCC_SYSCLKSource_HSE   RCC_CFGR_SW_HSE
 
#define RCC_SYSCLKSource_PLLCLK   RCC_CFGR_SW_PLL
 
#define IS_RCC_SYSCLK_SOURCE(SOURCE)
 

Detailed Description

Macro Definition Documentation

#define IS_RCC_SYSCLK_SOURCE (   SOURCE)
Value:
(((SOURCE) == RCC_SYSCLKSource_HSI) || \
((SOURCE) == RCC_SYSCLKSource_HSE) || \
((SOURCE) == RCC_SYSCLKSource_PLLCLK))