pub enum PIN29_A {
NOT_LATCHED,
LATCHED,
}
Expand description
Status on whether PIN[29] has met criteria set in PIN_CNF[29].SENSE register. Write ‘1’ to clear.
Value on reset: 0
Variants
NOT_LATCHED
0: Criteria has not been met
LATCHED
1: Criteria has been met
Trait Implementations
impl Copy for PIN29_A
impl StructuralPartialEq for PIN29_A
Auto Trait Implementations
impl RefUnwindSafe for PIN29_A
impl Send for PIN29_A
impl Sync for PIN29_A
impl Unpin for PIN29_A
impl UnwindSafe for PIN29_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more