MG32F157 Standard Peripherals Firmware Library
Macros
USART_Clock
MG32F157_StdPeriph_Driver
»
USART
»
USART_Exported_Constants
Macros
#define
USART_Clock_Disable
((uint16_t)0x0000)
#define
USART_Clock_Enable
((uint16_t)0x0800)
#define
IS_USART_CLOCK
(CLOCK)
Detailed Description
Macro Definition Documentation
◆
IS_USART_CLOCK
#define IS_USART_CLOCK
(
CLOCK
)
Value:
(((CLOCK) == USART_Clock_Disable) || \
((CLOCK) == USART_Clock_Enable))
Generated by Megawin Technology (Shenzhen) Corp., Ltd. All rights reserved.