#[repr(u8)]pub enum MODE_A {
REPEAT_INTERRUPT_MODE = 0,
ONE_SHOT_INTERRUPT_MODE = 1,
ONE_SHOT_STALL_MODE = 2,
}Expand description
Selects timer mode.
Value on reset: 0
Variants§
REPEAT_INTERRUPT_MODE = 0
0: Repeat interrupt mode.
ONE_SHOT_INTERRUPT_MODE = 1
1: One-shot interrupt mode.
ONE_SHOT_STALL_MODE = 2
2: One-shot stall mode.
Trait Implementations§
impl Copy for MODE_A
impl Eq for MODE_A
impl StructuralPartialEq for MODE_A
Auto Trait Implementations§
impl Freeze for MODE_A
impl RefUnwindSafe for MODE_A
impl Send for MODE_A
impl Sync for MODE_A
impl Unpin for MODE_A
impl UnsafeUnpin for MODE_A
impl UnwindSafe for MODE_A
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