pub enum CROSS_A {
DISABLED = 0,
ENABLED = 1,
}
Expand description
Enable or disable interrupt for CROSS event
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for CROSS_A
impl StructuralPartialEq for CROSS_A
Auto Trait Implementations§
impl Freeze for CROSS_A
impl RefUnwindSafe for CROSS_A
impl Send for CROSS_A
impl Sync for CROSS_A
impl Unpin for CROSS_A
impl UnwindSafe for CROSS_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