pub struct Timer1 { /* fields omitted */ }
Enable edge interrupts for this timer
Note that using wait
on the timer in unreliable why interrupts are enabled
Error returned when a countdown can’t be canceled.
The unit of time used by this timer
Non-blockingly “waits” until the count down finishes Read more
Pauses execution for ms
milliseconds
Pauses execution for ms
milliseconds
Pauses execution for ms
milliseconds
Pauses execution for ms
milliseconds
Pauses execution for us
microseconds
Pauses execution for us
microseconds
Pauses execution for us
microseconds
Pauses execution for us
microseconds
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.