[][src]Module rttrust::timer

Timer refers to triggering an event after a certain specified time from a specified moment.

For example, setting a timer to wake up yourself the next morning. Timer includes hardware timer and software timer

TODO

Timer control

Structs

Timer

All methods use immutable self since the safety is guaranteed by rt-thread internal

TimerFlags
TimerStatic

Functions

from_millisecond

Type Definitions

TimerEntry