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