MG32F157 Standard Peripherals Firmware Library
Macros
LSE_configuration
MG32F157_StdPeriph_Driver
»
RCC
»
RCC_Exported_Constants
Macros
#define
RCC_LSE_OFF
((uint8_t)0x00)
#define
RCC_LSE_ON
((uint8_t)0x01)
#define
RCC_LSE_Bypass
((uint8_t)0x04)
#define
IS_RCC_LSE
(LSE)
Detailed Description
Macro Definition Documentation
◆
IS_RCC_LSE
#define IS_RCC_LSE
(
LSE
)
Value:
(((LSE) == RCC_LSE_OFF) || ((LSE) == RCC_LSE_ON) || \
((LSE) == RCC_LSE_Bypass))
Generated by Megawin Technology (Shenzhen) Corp., Ltd. All rights reserved.