pub enum DIR {
Up = 0,
Down = 1,
}
Expand description
Direction Note: This bit is read only when the timer is configured in Center-aligned mode or Encoder mode.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for DIR
impl Eq for DIR
impl StructuralPartialEq for DIR
Auto Trait Implementations§
impl Freeze for DIR
impl RefUnwindSafe for DIR
impl Send for DIR
impl Sync for DIR
impl Unpin for DIR
impl UnwindSafe for DIR
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