![]() |
0.01.00
|
This file includes the platform abstraction for UART communication. More...
Go to the source code of this file.
Functions | |
otError | otPlatUartEnable (void) |
Enable the UART. More... | |
otError | otPlatUartDisable (void) |
Disable the UART. More... | |
otError | otPlatUartSend (const uint8_t *aBuf, uint16_t aBufLength) |
Send bytes over the UART. More... | |
void | otPlatUartSendDone (void) |
The UART driver calls this method to notify OpenThread that the requested bytes have been sent. | |
void | otPlatUartReceived (const uint8_t *aBuf, uint16_t aBufLength) |
The UART driver calls this method to notify OpenThread that bytes have been received. More... | |
This file includes the platform abstraction for UART communication.