Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
|
#include <unistd.h>
#include "ca821x-posix-thread/posix-platform.h"
#include "openthread/platform/misc.h"
Functions | |
void | otPlatReset (otInstance *aInstance) |
otPlatResetReason | otPlatGetResetReason (otInstance *aInstance) |
void | otPlatWakeHost (void) |
uint32_t | otPlatRadioGetSupportedChannelMask (otInstance *aInstance) |
uint32_t | otPlatRadioGetPreferredChannelMask (otInstance *aInstance) |
Variables | |
int | gArgumentsCount |
char ** | gArguments |
otPlatResetReason otPlatGetResetReason | ( | otInstance * | aInstance | ) |
uint32_t otPlatRadioGetPreferredChannelMask | ( | otInstance * | aInstance | ) |
uint32_t otPlatRadioGetSupportedChannelMask | ( | otInstance * | aInstance | ) |
void otPlatReset | ( | otInstance * | aInstance | ) |
void otPlatWakeHost | ( | void | ) |
|
extern |
|
extern |