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