pub enum TIMOUT {
Disabled = 0,
Enabled = 1,
}
Expand description
Timeout enable
Value on reset: 0
Variants§
Disabled = 0
0: A trigger event arriving when the timer is already started will be ignored
Enabled = 1
1: A trigger event arriving when the timer is already started will reset and restart the counter
Trait Implementations§
impl Copy for TIMOUT
impl Eq for TIMOUT
impl StructuralPartialEq for TIMOUT
Auto Trait Implementations§
impl Freeze for TIMOUT
impl RefUnwindSafe for TIMOUT
impl Send for TIMOUT
impl Sync for TIMOUT
impl Unpin for TIMOUT
impl UnwindSafe for TIMOUT
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more