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_PLL_Clock_Source

Macros

#define RCC_PLLSource_HSI_Div2   RCC_CFGR_PLLSRC_HSI_Div2
 
#define RCC_PLLSource_PREDIV1   RCC_CFGR_PLLSRC_PREDIV1
 
#define IS_RCC_PLL_SOURCE(SOURCE)
 

Detailed Description

Macro Definition Documentation

#define IS_RCC_PLL_SOURCE (   SOURCE)
Value:
(((SOURCE) == RCC_PLLSource_HSI_Div2) || \
((SOURCE) == RCC_PLLSource_PREDIV1))