#[repr(u8)]pub enum Wmoptdiff {
Val0 = 0,
Val1 = 1,
}Variants§
Val0 = 0
Write Mask behaves same on PORTA and PORTB, controlled by WMOPT1 and WMOPT2.
Val1 = 1
Write Mask behaves differently. WMOPT1 and WMOPT2 control PORTA. WMOPT1B and WMOPT2B control PORTB.
Implementations§
Trait Implementations§
Source§impl Ord for Wmoptdiff
impl Ord for Wmoptdiff
Source§impl PartialOrd for Wmoptdiff
impl PartialOrd for Wmoptdiff
impl Copy for Wmoptdiff
impl Eq for Wmoptdiff
impl StructuralPartialEq for Wmoptdiff
Auto Trait Implementations§
impl Freeze for Wmoptdiff
impl RefUnwindSafe for Wmoptdiff
impl Send for Wmoptdiff
impl Sync for Wmoptdiff
impl Unpin for Wmoptdiff
impl UnwindSafe for Wmoptdiff
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