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