[−][src]Trait bl602_hal::prelude::_embedded_hal_timer_Cancel
Trait for cancelable countdowns.
Required methods
fn try_cancel(&mut self) -> Result<(), Self::Error>
Tries to cancel this countdown.
Errors
An error will be returned if the countdown has already been canceled or was never started.
An error is also returned if the countdown is not Periodic
and has already expired.