discoverpixy
Main Page
Related Pages
Modules
Classes
Files
Macros
USART_Hardware_Flow_Control
STM32F4xx_StdPeriph_Driver
»
USART
»
USART_Exported_Constants
Collaboration diagram for USART_Hardware_Flow_Control:
Macros
#define
USART_HardwareFlowControl_None
((uint16_t)0x0000)
#define
USART_HardwareFlowControl_RTS
((uint16_t)0x0100)
#define
USART_HardwareFlowControl_CTS
((uint16_t)0x0200)
#define
USART_HardwareFlowControl_RTS_CTS
((uint16_t)0x0300)
#define
IS_USART_HARDWARE_FLOW_CONTROL
(CONTROL)
Detailed Description
Macro Definition Documentation
#define IS_USART_HARDWARE_FLOW_CONTROL
(
CONTROL
)
Value:
(((CONTROL) == USART_HardwareFlowControl_None) || \
((CONTROL) == USART_HardwareFlowControl_RTS) || \
((CONTROL) == USART_HardwareFlowControl_CTS) || \
((CONTROL) == USART_HardwareFlowControl_RTS_CTS))
Generated on Sun May 10 2015 15:15:19 for discoverpixy by
1.8.9.1