X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=test_src%2Fuart_defines.h;h=aa2dd2954b1f9e1b80f27d2a28c17c00960dffa2;hb=3fdf0954404224cef94db2086348b3fa6020aaa4;hp=964006021860393fb814c85d349f3d4be1832f12;hpb=4f19c43af8afeb3c569eb7b4aa15907832cf8e5c;p=arm-crypto-lib.git diff --git a/test_src/uart_defines.h b/test_src/uart_defines.h index 9640060..aa2dd29 100644 --- a/test_src/uart_defines.h +++ b/test_src/uart_defines.h @@ -47,4 +47,10 @@ #define UART_ERROR_RX_BUFFER_INIT 5 #define UART_ERROR_TX_BUFFER_INIT 6 +#define UART_FLOWCTRL_NONE 0 +#define UART_FLOWCTRL_SOFT 1 + +#define UART_XON_CHAR 0x11 +#define UART_XOFF_CHAR 0x13 + #endif /* UART_DEFINES_H_ */