Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
#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"
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... | |
otError otPlatUartDisable | ( | void | ) |
otError otPlatUartEnable | ( | void | ) |
otError otPlatUartFlush | ( | void | ) |
void otPlatUartReceived | ( | const uint8_t * | aBuf, |
uint16_t | aBufLength | ||
) |
otError otPlatUartSend | ( | const uint8_t * | aBuf, |
uint16_t | aBufLength | ||
) |
void otPlatUartSendDone | ( | void | ) |