UART Example Application main file.
More...
|
static __INLINE void | uart_quit () |
| Function for sending ' Exit!' string to UART. Execution is blocked until UART peripheral detects all characters have been sent.
|
|
static __INLINE void | uart_start () |
| Function for sending 'Start: ' string to UART. Execution is blocked until UART peripheral detects all characters have been sent.
|
|
int | main (void) |
| Function for application main entry. More...
|
|
This file contains the source code for a sample application using UART.
gpio pin number to show error if loopback is enabled
#define MAX_TEST_DATA_BYTES (15U) |
max number of test bytes to be used for tx and rx
- Returns
- 0. int return type required by ANSI/ISO standard.