pub enum RWSTART_A {
Disabled,
Enabled,
}
Expand description
Read wait start
Value on reset: 0
Variants
Disabled
0: Don’t start read wait operation
Enabled
1: Read wait operation starts
Trait Implementations
impl Copy for RWSTART_A
impl StructuralPartialEq for RWSTART_A
Auto Trait Implementations
impl RefUnwindSafe for RWSTART_A
impl Send for RWSTART_A
impl Sync for RWSTART_A
impl Unpin for RWSTART_A
impl UnwindSafe for RWSTART_A
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more