![]() |
0.01.00
|
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. | |
This file defines the platform-specific initializers.
void PlatformProcessDrivers | ( | otInstance * | aInstance | ) |
This function performs all platform-specific processing.
[in] | aInstance | The OpenThread instance structure. |