pub enum RWMOD_A {
D2,
Ck,
}
Expand description
Read wait mode
Value on reset: 0
Variants§
Trait Implementations§
source§impl PartialEq<RWMOD_A> for RWMOD_A
impl PartialEq<RWMOD_A> for RWMOD_A
impl Copy for RWMOD_A
impl StructuralPartialEq for RWMOD_A
Auto Trait Implementations§
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