![]() |
0.01.00
|
This file includes the platform abstraction for the microsecond alarm service. More...
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... | |
This file includes the platform abstraction for the microsecond alarm service.