pub enum DIRIE {
Disabled = 0,
Enabled = 1,
}Expand description
Direction change interrupt enable
Value on reset: 0
Variants§
Disabled = 0
0: Direction change interrupt disabled
Enabled = 1
1: Direction change interrupt enabled
Trait Implementations§
impl Copy for DIRIE
impl Eq for DIRIE
impl StructuralPartialEq for DIRIE
Auto Trait Implementations§
impl Freeze for DIRIE
impl RefUnwindSafe for DIRIE
impl Send for DIRIE
impl Sync for DIRIE
impl Unpin for DIRIE
impl UnwindSafe for DIRIE
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