pub enum PIN18_A {
NOT_LATCHED = 0,
LATCHED = 1,
}
Expand description
Status on whether PIN18 has met criteria set in PIN_CNF18.SENSE register. Write ‘1’ to clear.
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PIN18_A
impl StructuralPartialEq for PIN18_A
Auto Trait Implementations§
impl Freeze for PIN18_A
impl RefUnwindSafe for PIN18_A
impl Send for PIN18_A
impl Sync for PIN18_A
impl Unpin for PIN18_A
impl UnwindSafe for PIN18_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