pub enum RWCTRL_A {
DISABLE,
ENABLE,
}
Expand description
Read Wait Control
Value on reset: 0
Variants
DISABLE
0: Disable Read Wait Control
ENABLE
1: Enable Read Wait Control
Trait Implementations
impl Copy for RWCTRL_A
impl StructuralPartialEq for RWCTRL_A
Auto Trait Implementations
impl RefUnwindSafe for RWCTRL_A
impl Send for RWCTRL_A
impl Sync for RWCTRL_A
impl Unpin for RWCTRL_A
impl UnwindSafe for RWCTRL_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