MG32F157 Standard Peripherals Firmware Library
Macros
PLL_entry_clock_source
MG32F157_StdPeriph_Driver
»
RCC
»
RCC_Exported_Constants
Macros
#define
RCC_PLLSource_HSI_Div2
((uint32_t)0x00000000)
#define
RCC_PLLSource_HSE_Div1
((uint32_t)0x00010000)
#define
RCC_PLLSource_HSE_Div2
((uint32_t)0x00030000)
#define
IS_RCC_PLL_SOURCE
(SOURCE)
Detailed Description
Macro Definition Documentation
◆
IS_RCC_PLL_SOURCE
#define IS_RCC_PLL_SOURCE
(
SOURCE
)
Value:
(((SOURCE) == RCC_PLLSource_HSI_Div2) || \
((SOURCE) == RCC_PLLSource_HSE_Div1) || \
((SOURCE) == RCC_PLLSource_HSE_Div2))
Generated by Megawin Technology (Shenzhen) Corp., Ltd. All rights reserved.