Enum Timout
#[repr(u8)]pub enum Timout {
_0 = 0,
_1 = 1,
_10 = 2,
_11 = 3,
}Expand description
Timer Output
Value on reset: 0
Variants§
_0 = 0
0: Timer output is logic one when enabled and is not affected by timer reset
_1 = 1
1: Timer output is logic zero when enabled and is not affected by timer reset
_10 = 2
2: Timer output is logic one when enabled and on timer reset
_11 = 3
3: Timer output is logic zero when enabled and on timer reset
Trait Implementations§
impl Copy for Timout
impl Eq for Timout
impl IsEnum 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