pub enum STOPIE {
Disabled = 0,
Enabled = 1,
}
Expand description
STOPIE
Value on reset: 0
Variants§
Disabled = 0
0: Stop detection (STOPF) interrupt disabled
Enabled = 1
1: Stop detection (STOPF) interrupt enabled
Trait Implementations§
impl Copy for STOPIE
impl Eq for STOPIE
impl StructuralPartialEq for STOPIE
Auto Trait Implementations§
impl Freeze for STOPIE
impl RefUnwindSafe for STOPIE
impl Send for STOPIE
impl Sync for STOPIE
impl Unpin for STOPIE
impl UnwindSafe for STOPIE
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