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

Macros

#define RCC_SYSCLKSource_HSI   ((uint32_t)0x00000000)
 
#define RCC_SYSCLKSource_HSE   ((uint32_t)0x00000001)
 
#define RCC_SYSCLKSource_PLLCLK   ((uint32_t)0x00000002)
 
#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))