35#ifndef POSIX_PLATFORM_H_
36#define POSIX_PLATFORM_H_
41#include <sys/select.h>
44#include "openthread/instance.h"
The main ca821x-api include file.
int PlatformRadioInitWithDev(struct ca821x_dev *pDeviceRef)
This method initializes the radio service used by OpenThread using a pDeviceRef that has already been...
Definition radio.c:652
struct ca821x_dev * PlatformGetDeviceRef()
Get the radio device currently in use by Openthread.
Definition radio.c:78
int PlatformRadioInit(void)
This method initializes the radio service used by OpenThread.
Definition radio.c:668
void PlatformRadioStop(void)
This method cleanly stops the radio.
Definition radio.c:599
CA-821x Device reference struct.
Definition ca821x_api.h:123