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