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