Go to the documentation of this file.
5 #define Uart1WriteCmd 1
6 #define Uart1Execution 2
8 #define UART1_UTRSTAT0_TX2 0x04 // tx buffer & tx shift register ok
9 #define UART1_UTRSTAT0_TX 0x02 // tx buffer ok
10 #define UART1_UTRSTAT0_RX 0x01 // rx buffer ok
12 #define UART1_UERSTAT0_OVERRUN_ERROR 0x01
13 #define UART1_UERSTAT0_FRAME_ERROR0 0x02
14 #define UART1_UERSTAT0_FRAME_ERROR1 0x04
15 #define UART1_UERSTAT0_FRAME_ERROR2 0x08
17 #define UART1_MAX_BUFFER_SIZE 200
18 #define UART1_AFC_BUFFER_LENGTH 256