0.01.00
alarm-micro.h File Reference

This file includes the platform abstraction for the microsecond alarm service. More...

#include <stdint.h>
#include <openthread/types.h>

Go to the source code of this file.

Functions

void otPlatAlarmMicroStartAt (otInstance *aInstance, uint32_t aT0, uint32_t aDt)
 Set the alarm to fire at aDt microseconds after aT0. More...
 
void otPlatAlarmMicroStop (otInstance *aInstance)
 Stop the alarm. More...
 
uint32_t otPlatAlarmMicroGetNow (void)
 Get the current time. More...
 
void otPlatAlarmMicroFired (otInstance *aInstance)
 Signal that the alarm has fired. More...
 

Detailed Description

This file includes the platform abstraction for the microsecond alarm service.