35 #ifndef ALARM_MICRO_H_ 36 #define ALARM_MICRO_H_ 95 #endif // ALARM_MICRO_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 otPlatAlarmMicroFired(otInstance *aInstance)
Signal that the alarm has fired.
uint32_t otPlatAlarmMicroGetNow(void)
Get the current time.
void otPlatAlarmMicroStop(otInstance *aInstance)
Stop the alarm.
void otPlatAlarmMicroStartAt(otInstance *aInstance, uint32_t aT0, uint32_t aDt)
Set the alarm to fire at aDt microseconds after aT0.