![]() |
0.01.00
|
This file implements the OpenThread Tasklet API. More...
#include "openthread-core-config.h"
#include <openthread/tasklet.h>
#include "openthread-instance.h"
#include "common/code_utils.hpp"
#include "common/logging.hpp"
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... | |
This file implements the OpenThread Tasklet API.