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