MG32F157 Standard Peripherals Firmware Library
Macros
USART_Last_Bit
MG32F157_StdPeriph_Driver
»
USART
»
USART_Exported_Constants
Macros
#define
USART_LastBit_Disable
((uint16_t)0x0000)
#define
USART_LastBit_Enable
((uint16_t)0x0100)
#define
IS_USART_LASTBIT
(LASTBIT)
Detailed Description
Macro Definition Documentation
◆
IS_USART_LASTBIT
#define IS_USART_LASTBIT
(
LASTBIT
)
Value:
(((LASTBIT) == USART_LastBit_Disable) || \
((LASTBIT) == USART_LastBit_Enable))
Generated by Megawin Technology (Shenzhen) Corp., Ltd. All rights reserved.