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