pub enum STOPCFW {
CLEAR,
}
Expand description
Values that can be written to the field STOPCF
Variants§
CLEAR
Clears the STOP flag in ISR register
Auto Trait Implementations§
impl Freeze for STOPCFW
impl RefUnwindSafe for STOPCFW
impl Send for STOPCFW
impl Sync for STOPCFW
impl Unpin for STOPCFW
impl UnwindSafe for STOPCFW
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