MG32F157 Standard Peripherals Firmware Library
Macros
HSE_configuration
MG32F157_StdPeriph_Driver
»
RCC
»
RCC_Exported_Constants
Macros
#define
RCC_HSE_OFF
((uint32_t)0x00000000)
#define
RCC_HSE_ON
((uint32_t)0x00010000)
#define
RCC_HSE_Bypass
((uint32_t)0x00040000)
#define
IS_RCC_HSE
(HSE)
Detailed Description
Macro Definition Documentation
◆
IS_RCC_HSE
#define IS_RCC_HSE
(
HSE
)
Value:
(((HSE) == RCC_HSE_OFF) || ((HSE) == RCC_HSE_ON) || \
((HSE) == RCC_HSE_Bypass))
Generated by Megawin Technology (Shenzhen) Corp., Ltd. All rights reserved.