pub enum RWMOD_A {
D2 = 0,
Ck = 1,
}
Expand description
Read wait mode
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for RWMOD_A
impl StructuralPartialEq for RWMOD_A
Auto Trait Implementations§
impl Freeze for RWMOD_A
impl RefUnwindSafe for RWMOD_A
impl Send for RWMOD_A
impl Sync for RWMOD_A
impl Unpin for RWMOD_A
impl UnwindSafe for RWMOD_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