pub enum CROSS_AW {
CLEAR = 1,
}
Expand description
Write ‘1’ to disable interrupt for CROSS event
Value on reset: 0
Variants§
CLEAR = 1
1: Disable
Trait Implementations§
impl Copy for CROSS_AW
impl StructuralPartialEq for CROSS_AW
Auto Trait Implementations§
impl Freeze for CROSS_AW
impl RefUnwindSafe for CROSS_AW
impl Send for CROSS_AW
impl Sync for CROSS_AW
impl Unpin for CROSS_AW
impl UnwindSafe for CROSS_AW
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