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