Enum avr_device::atmega2560::usart1::ucsr1c::UPM1_A
source · #[repr(u8)]pub enum UPM1_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 UPM1_A
impl PartialEq for UPM1_A
impl Copy for UPM1_A
impl Eq for UPM1_A
impl StructuralPartialEq for UPM1_A
Auto Trait Implementations§
impl RefUnwindSafe for UPM1_A
impl Send for UPM1_A
impl Sync for UPM1_A
impl Unpin for UPM1_A
impl UnwindSafe for UPM1_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