![]() |
Wixel SDK
|
Go to the source code of this file.
Functions | |
| void | uartNInit (void) |
| void | uartNSetBaudRate (uint32 baud) |
| void | uartNSetParity (uint8 parity) |
| void | uartNSetStopBits (uint8 stopBits) |
| uint8 | uartNTxAvailable (void) |
| void | uartNTxSend (const uint8 XDATA *buffer, uint8 size) |
| void | uartNTxSendByte (uint8 byte) |
| uint8 | uartNRxAvailable (void) |
| uint8 | uartNRxReceiveByte (void) |
| ISR_UTX () | |
| ISR_URX () | |
Variables | |
| volatile BIT | uartNRxParityErrorOccurred |
| volatile BIT | uartNRxFramingErrorOccurred |
| volatile BIT | uartNRxBufferFullOccurred |
This is the main source file for uart.lib. See uart.h for information on how to use this library.
Definition in file uart.c.
1.8.10