![]() |
Wixel SDK
|
Go to the source code of this file.
Functions | |
| void | uart1Init () |
| void | uart1SetBaudRate (uint32 baudrate) |
| void | uart1SetParity (uint8 parity) |
| void | uart1SetStopBits (uint8 stopBits) |
| uint8 | uart1TxAvailable (void) |
| void | uart1TxSendByte (uint8 byte) |
| void | uart1TxSend (const uint8 XDATA *buffer, uint8 size) |
| uint8 | uart1RxAvailable (void) |
| uint8 | uart1RxReceiveByte (void) |
| ISR (UTX1, 0) | |
| ISR (URX1, 0) | |
Variables | |
| volatile BIT | uart1RxParityErrorOccurred |
| volatile BIT | uart1RxFramingErrorOccurred |
| volatile BIT | uart1RxBufferFullOccurred |
1.8.10