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