![]() |
0.01.00
|
This file defines the OpenThread API for Tasklets. More...
#include <openthread/types.h>
Go to the source code of this file.
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... | |
void | otTaskletsSignalPending (otInstance *aInstance) |
OpenThread calls this function when the tasklet queue transitions from empty to non-empty. More... | |
This file defines the OpenThread API for Tasklets.