pub enum SWI2W {
Pend = 1,
}
Expand description
Software rising edge event trigger on line 34
Value on reset: 0
Variants§
Pend = 1
1: Generates an interrupt request
Trait Implementations§
impl Copy for SWI2W
impl Eq for SWI2W
impl StructuralPartialEq for SWI2W
Auto Trait Implementations§
impl Freeze for SWI2W
impl RefUnwindSafe for SWI2W
impl Send for SWI2W
impl Sync for SWI2W
impl Unpin for SWI2W
impl UnwindSafe for SWI2W
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