35 #ifndef ALARM_MILLI_H_ 36 #define ALARM_MILLI_H_ 102 #endif // ALARM_MILLI_H_ This type represents all the static / global variables used by OpenThread allocated in one place...
Definition: openthread-instance.h:59
This file defines the types and structures used in the OpenThread library API.
void otPlatAlarmMilliFired(otInstance *aInstance)
Signal that the alarm has fired.
Definition: timer.cpp:214
void otPlatAlarmMilliStop(otInstance *aInstance)
Stop the alarm.
void otPlatAlarmMilliStartAt(otInstance *aInstance, uint32_t aT0, uint32_t aDt)
Set the alarm to fire at aDt milliseconds after aT0.
uint32_t otPlatAlarmMilliGetNow(void)
Get the current time.
void otPlatDiagAlarmFired(otInstance *aInstance)
Signal diagnostics module that the alarm has fired.
Definition: diag_process.cpp:403