Cascoda SDK
Cascoda SDK for building software to run with CA-821x transceivers
misc.c File Reference
#include <unistd.h>
#include "ca821x-posix-thread/posix-platform.h"
#include "openthread/platform/misc.h"
Include dependency graph for misc.c:

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
 

Function Documentation

◆ otPlatGetResetReason()

otPlatResetReason otPlatGetResetReason ( otInstance *  aInstance)

◆ otPlatRadioGetPreferredChannelMask()

uint32_t otPlatRadioGetPreferredChannelMask ( otInstance *  aInstance)

◆ otPlatRadioGetSupportedChannelMask()

uint32_t otPlatRadioGetSupportedChannelMask ( otInstance *  aInstance)

◆ otPlatReset()

void otPlatReset ( otInstance *  aInstance)

◆ otPlatWakeHost()

void otPlatWakeHost ( void  )

Variable Documentation

◆ gArguments

char** gArguments
extern

◆ gArgumentsCount

int gArgumentsCount
extern