pub enum SWI35_A {
PEND = 1,
}
Expand description
Software interrupt on line 35
Value on reset: 0
Variants§
PEND = 1
1: Generates an interrupt request
Trait Implementations§
impl Copy for SWI35_A
impl StructuralPartialEq for SWI35_A
Auto Trait Implementations§
impl Freeze for SWI35_A
impl RefUnwindSafe for SWI35_A
impl Send for SWI35_A
impl Sync for SWI35_A
impl Unpin for SWI35_A
impl UnwindSafe for SWI35_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