pub enum SWIER18_A {
Pend = 1,
}
Expand description
Rising trigger event configuration bit of Configurable Event input
Value on reset: 0
Variants§
Pend = 1
1: Generates an interrupt request
Trait Implementations§
impl Copy for SWIER0_A
impl StructuralPartialEq for SWIER0_A
Auto Trait Implementations§
impl Freeze for SWIER0_A
impl RefUnwindSafe for SWIER0_A
impl Send for SWIER0_A
impl Sync for SWIER0_A
impl Unpin for SWIER0_A
impl UnwindSafe for SWIER0_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