0.01.00
tasklet_api.cpp File Reference

This file implements the OpenThread Tasklet API. More...

Macros

#define WPP_NAME   "tasklet_api.tmh"
 

Functions

void otTaskletsProcess (otInstance *aInstance)
 Run all queued OpenThread tasklets at the time this is called. More...
 
bool otTaskletsArePending (otInstance *aInstance)
 Indicates whether or not OpenThread has tasklets pending. More...
 
OT_TOOL_WEAK void otTaskletsSignalPending (otInstance *)
 OpenThread calls this function when the tasklet queue transitions from empty to non-empty. More...
 

Detailed Description

This file implements the OpenThread Tasklet API.