#define UART_MF_RTSSENSE 0x00000001UL
#define UART_MF_CTSCONTROL 0x00000002UL
#define UART_MF_DTRSENSE 0x00000004UL
#define UART_MF_DSRCONTROL 0x00000008UL
#define UART_MF_DCDCONTROL 0x00000010UL
#define UART_MF_RTSCONTROL 0x00000020UL
#define UART_MF_CTSSENSE 0x00000040UL
#define UART_MF_DTRCONTROL 0x00000080UL
#define UART_MF_DSRSENSE 0x00000100UL
#define UART_MF_DCDSENSE 0x00000200UL
#define UART_MF_SENSEMASK 0x0345
#define UART_MF_CONTROLMASK 0x00BC
#define UART_MF_XONXOFF 0x00000400UL
#define UART_MF_LOCALECHO 0x00010000UL
#define UART_MF_COOKEDMODE 0x00020000UL
#define UART_MF_NOBUFFER 0x00100000UL
#define UART_MF_LINEBUFFER 0x00200000UL
#define UART_MF_BUFFERMASK 0x00300000UL
#define UART_MF_RAWMODE 0x00400000UL
devUsartAt911
extern NUTDEVICE devUsartAt911