pub fn create_timer(trigger: TimerTrigger) -> BootResult<Event>
Expand description
Create a timer that will fire every duration in milliseconds.
ยงErrors
May return an Error
if the timer event could not be created. This would probably be
because allocation for the event failed.