pub enum EPVIE {
Disabled = 0,
Enabled = 1,
}
Expand description
EPVIE
Value on reset: 0
Variants§
Disabled = 0
0: ERRI bit will not be set when EPVF is set
Enabled = 1
1: ERRI bit will be set when EPVF is set
Trait Implementations§
impl Copy for EPVIE
impl Eq for EPVIE
impl StructuralPartialEq for EPVIE
Auto Trait Implementations§
impl Freeze for EPVIE
impl RefUnwindSafe for EPVIE
impl Send for EPVIE
impl Sync for EPVIE
impl Unpin for EPVIE
impl UnwindSafe for EPVIE
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