pub enum STOPCF {
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
impl Eq for STOPCF
impl StructuralPartialEq for STOPCF
Auto Trait Implementations§
impl Freeze for STOPCF
impl RefUnwindSafe for STOPCF
impl Send for STOPCF
impl Sync for STOPCF
impl Unpin for STOPCF
impl UnwindSafe for STOPCF
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