pub enum OVEN_A {
_0 = 0,
_1 = 1,
}Expand description
Output Data FIFO Overwrite Interrupt Enable
Value on reset: 0
Variants§
_0 = 0
0: Output data FIFO overwrite interrupt is disabled.
_1 = 1
1: Output data FIFO overwrite interrupt is enabled.
Trait Implementations§
impl Copy for OVEN_A
impl Eq for OVEN_A
impl StructuralPartialEq for OVEN_A
Auto Trait Implementations§
impl Freeze for OVEN_A
impl RefUnwindSafe for OVEN_A
impl Send for OVEN_A
impl Sync for OVEN_A
impl Unpin for OVEN_A
impl UnwindSafe for OVEN_A
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