Enum Orie
pub enum Orie {
_0 = 0,
_1 = 1,
}Expand description
Overrun Interrupt Enable
Value on reset: 0
Variants§
_0 = 0
0: OR interrupts disabled; use polling.
_1 = 1
1: Hardware interrupt requested when OR is set.
Trait Implementations§
impl Copy for Orie
impl Eq for Orie
impl StructuralPartialEq for Orie
Auto Trait Implementations§
impl Freeze for Orie
impl RefUnwindSafe for Orie
impl Send for Orie
impl Sync for Orie
impl Unpin for Orie
impl UnwindSafe for Orie
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