pub enum LPCOMP_A {
NOT_DETECTED = 0,
DETECTED = 1,
}
Expand description
Reset due to wake up from System OFF mode when wakeup is triggered from ANADETECT signal from LPCOMP
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LPCOMP_A
impl StructuralPartialEq for LPCOMP_A
Auto Trait Implementations§
impl Freeze for LPCOMP_A
impl RefUnwindSafe for LPCOMP_A
impl Send for LPCOMP_A
impl Sync for LPCOMP_A
impl Unpin for LPCOMP_A
impl UnwindSafe for LPCOMP_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