pub enum STOPCF_AW {
CLEAR = 1,
}
Expand description
Stop detection flag clear
Value on reset: 0
Variants§
CLEAR = 1
1: Clears the STOP flag in ISR register
Trait Implementations§
impl Copy for STOPCF_AW
impl StructuralPartialEq for STOPCF_AW
Auto Trait Implementations§
impl Freeze for STOPCF_AW
impl RefUnwindSafe for STOPCF_AW
impl Send for STOPCF_AW
impl Sync for STOPCF_AW
impl Unpin for STOPCF_AW
impl UnwindSafe for STOPCF_AW
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