0.01.00
platform.h File Reference

This file defines the platform-specific initializers. More...

#include <openthread/types.h>

Go to the source code of this file.

Functions

void PlatformInit (int argc, char *argv[])
 This function performs all platform-specific initialization.
 
void PlatformDeinit (void)
 This function performs all platform-specific deinitialization.
 
void PlatformProcessDrivers (otInstance *aInstance)
 This function performs all platform-specific processing. More...
 
void PlatformEventSignalPending (void)
 This function is called whenever platform drivers needs processing.
 

Detailed Description

This file defines the platform-specific initializers.

Function Documentation

§ PlatformProcessDrivers()

void PlatformProcessDrivers ( otInstance aInstance)

This function performs all platform-specific processing.

Parameters
[in]aInstanceThe OpenThread instance structure.