0.01.00
uart.h File Reference

This file includes the platform abstraction for UART communication. More...

#include <stdint.h>
#include <openthread/types.h>

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...
 

Detailed Description

This file includes the platform abstraction for UART communication.