pub enum RWSTOP_A {
Disabled,
Enabled,
}
Expand description
Read wait stop
Value on reset: 0
Variants§
Disabled
0: Read wait in progress if RWSTART is enabled
Enabled
1: Enable for read wait stop if RWSTART is enabled
Trait Implementations§
source§impl PartialEq<RWSTOP_A> for RWSTOP_A
impl PartialEq<RWSTOP_A> for RWSTOP_A
impl Copy for RWSTOP_A
impl StructuralPartialEq for RWSTOP_A
Auto Trait Implementations§
impl RefUnwindSafe for RWSTOP_A
impl Send for RWSTOP_A
impl Sync for RWSTOP_A
impl Unpin for RWSTOP_A
impl UnwindSafe for RWSTOP_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