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