0.01.00
alarm-milli.h File Reference

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

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

Go to the source code of this file.

Functions

void otPlatAlarmMilliStartAt (otInstance *aInstance, uint32_t aT0, uint32_t aDt)
 Set the alarm to fire at aDt milliseconds after aT0. More...
 
void otPlatAlarmMilliStop (otInstance *aInstance)
 Stop the alarm. More...
 
uint32_t otPlatAlarmMilliGetNow (void)
 Get the current time. More...
 
void otPlatAlarmMilliFired (otInstance *aInstance)
 Signal that the alarm has fired. More...
 
void otPlatDiagAlarmFired (otInstance *aInstance)
 Signal diagnostics module that the alarm has fired. More...
 

Detailed Description

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