Enum Timod
#[repr(u8)]pub enum Timod {
_0 = 0,
_1 = 1,
_10 = 2,
_11 = 3,
}Expand description
Timer Mode
Value on reset: 0
Variants§
_0 = 0
0: Timer Disabled.
_1 = 1
1: Dual 8-bit counters baud mode.
_10 = 2
2: Dual 8-bit counters PWM high mode.
_11 = 3
3: Single 16-bit counter mode.
Trait Implementations§
impl Copy for Timod
impl Eq for Timod
impl IsEnum for Timod
impl StructuralPartialEq for Timod
Auto Trait Implementations§
impl Freeze for Timod
impl RefUnwindSafe for Timod
impl Send for Timod
impl Sync for Timod
impl Unpin for Timod
impl UnwindSafe for Timod
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