#[repr(u8)]pub enum UPM0_A {
DISABLED = 0,
PARITY_EVEN = 2,
PARITY_ODD = 3,
}
Expand description
Parity Mode Bits
Value on reset: 0
Variants§
DISABLED = 0
0: Disabled
PARITY_EVEN = 2
2: Enabled, Even Parity
PARITY_ODD = 3
3: Enabled, Odd Parity
Trait Implementations§
source§impl PartialEq for UPM0_A
impl PartialEq for UPM0_A
impl Copy for UPM0_A
impl Eq for UPM0_A
impl StructuralPartialEq for UPM0_A
Auto Trait Implementations§
impl Freeze for UPM0_A
impl RefUnwindSafe for UPM0_A
impl Send for UPM0_A
impl Sync for UPM0_A
impl Unpin for UPM0_A
impl UnwindSafe for UPM0_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