#[repr(u8)]pub enum Timod {
DISABLE = 0,
DUAL8BIT_BAUD = 1,
DUAL8BIT_PWM_H = 2,
SINGLE16BIT = 3,
}Variants§
DISABLE = 0
Timer Disabled.
DUAL8BIT_BAUD = 1
Dual 8-bit counters baud mode.
DUAL8BIT_PWM_H = 2
Dual 8-bit counters PWM high mode.
SINGLE16BIT = 3
Single 16-bit counter mode.
Implementations§
Trait Implementations§
Source§impl Ord for Timod
impl Ord for Timod
Source§impl PartialOrd for Timod
impl PartialOrd for Timod
impl Copy for Timod
impl Eq 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