pub enum PCE {
Disabled = 0,
Enabled = 1,
}
Expand description
Parity control enable
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PCE
impl Eq for PCE
impl StructuralPartialEq for PCE
Auto Trait Implementations§
impl Freeze for PCE
impl RefUnwindSafe for PCE
impl Send for PCE
impl Sync for PCE
impl Unpin for PCE
impl UnwindSafe for PCE
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