MG32F157 Standard Peripherals Firmware Library
Macros
Clock_source_to_output_on_MCO_pin
MG32F157_StdPeriph_Driver
»
RCC
»
RCC_Exported_Constants
Macros
#define
RCC_MCO_NoClock
((uint8_t)0x00)
#define
RCC_MCO_SYSCLK
((uint8_t)0x04)
#define
RCC_MCO_HSI
((uint8_t)0x05)
#define
RCC_MCO_HSE
((uint8_t)0x06)
#define
RCC_MCO_PLLCLK_Div2
((uint8_t)0x07)
#define
IS_RCC_MCO
(MCO)
Detailed Description
Macro Definition Documentation
◆
IS_RCC_MCO
#define IS_RCC_MCO
(
MCO
)
Value:
(((MCO) == RCC_MCO_NoClock) || ((MCO) == RCC_MCO_HSI) || \
((MCO) == RCC_MCO_SYSCLK) || ((MCO) == RCC_MCO_HSE) || \
((MCO) == RCC_MCO_PLLCLK_Div2))
Generated by Megawin Technology (Shenzhen) Corp., Ltd. All rights reserved.