Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
serial.c File Reference
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include "cascoda-bm/cascoda_evbme.h"
#include "cascoda-bm/cascoda_serial.h"
#include "cascoda-bm/cascoda_types.h"
#include "platform.h"
Include dependency graph for serial.c:

Functions

void otPlatUartSendDone (void)
 
void otPlatUartReceived (const uint8_t *aBuf, uint16_t aBufLength)
 
otError otPlatUartEnable (void)
 
otError otPlatUartDisable (void)
 
otError otPlatUartSend (const uint8_t *aBuf, uint16_t aBufLength)
 
otError otPlatUartFlush (void)
 
otError PlatformUartReceive (const uint8_t *aBuf, uint16_t aBufLength)
 Handle received serial data. More...
 

Function Documentation

◆ otPlatUartDisable()

otError otPlatUartDisable ( void  )

◆ otPlatUartEnable()

otError otPlatUartEnable ( void  )

◆ otPlatUartFlush()

otError otPlatUartFlush ( void  )

◆ otPlatUartReceived()

void otPlatUartReceived ( const uint8_t *  aBuf,
uint16_t  aBufLength 
)

◆ otPlatUartSend()

otError otPlatUartSend ( const uint8_t *  aBuf,
uint16_t  aBufLength 
)

◆ otPlatUartSendDone()

void otPlatUartSendDone ( void  )