Go to the source code of this file.
Defines | |
#define | UART_INIT_BAUDRATE 115200 |
#define | UART_RXTX_PINS_ENABLE() |
#define | UART_HDX_PIN_ENABLE() |
#define | UART_HDX_RX() |
#define | UART_HDX_TX() |
#define | UART_RTS_PIN_ENABLE() |
#define | UART_RTS_ON() |
#define | UART_RTS_OFF() |
#define | UART_CTS_PIN_ENABLE() |
#define | UART_CTS_IS_ON() (1) |
#define | UART_MODEM_PINS_ENABLE() |
#define | USE_BUILT_IN_HARDWARE_HANDSHAKE 0 |
#define | USE_BUILT_IN_HALF_DUPLEX 0 |
#define | ASCII_XON 0x11 |
#define | ASCII_XOFF 0x13 |
#define | XON_PENDING 0x10 |
#define | XOFF_PENDING 0x20 |
#define | XOFF_SENT 0x40 |
#define | XOFF_RCVD 0x80 |
#define UART_INIT_BAUDRATE 115200 |
Definition at line 58 of file usartat91.c.
#define UART_RXTX_PINS_ENABLE | ( | ) |
Definition at line 65 of file usartat91.c.
#define UART_HDX_PIN_ENABLE | ( | ) |
Definition at line 69 of file usartat91.c.
#define UART_HDX_RX | ( | ) |
Definition at line 72 of file usartat91.c.
#define UART_HDX_TX | ( | ) |
Definition at line 75 of file usartat91.c.
#define UART_RTS_PIN_ENABLE | ( | ) |
Definition at line 79 of file usartat91.c.
#define UART_RTS_ON | ( | ) |
Definition at line 82 of file usartat91.c.
#define UART_RTS_OFF | ( | ) |
Definition at line 85 of file usartat91.c.
#define UART_CTS_PIN_ENABLE | ( | ) |
Definition at line 89 of file usartat91.c.
#define UART_CTS_IS_ON | ( | ) | (1) |
Definition at line 92 of file usartat91.c.
#define UART_MODEM_PINS_ENABLE | ( | ) |
Definition at line 96 of file usartat91.c.
#define USE_BUILT_IN_HARDWARE_HANDSHAKE 0 |
Definition at line 206 of file usartat91.c.
#define USE_BUILT_IN_HALF_DUPLEX 0 |
Definition at line 217 of file usartat91.c.