Home
last modified time | relevance | path

Searched refs:otThreadWakeup (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/include/openthread/
Dthread.h1168 otError otThreadWakeup(otInstance *aInstance,
/openthread-latest/src/core/api/
Dthread_api.cpp527 otError otThreadWakeup(otInstance *aInstance, in otThreadWakeup() function
/openthread-latest/src/cli/
Dcli.cpp7987 …SuccessOrExit(error = otThreadWakeup(GetInstancePtr(), &extAddress, wakeupIntervalUs, wakeupDurati… in Process()