#[repr(u8)]pub enum Rwctl {
RWCTL_B = 0,
RWCTL_A = 1,
}Variants§
RWCTL_B = 0
Disables read wait control and stop SD clock at block gap when SABGREQ field is set
RWCTL_A = 1
Enables read wait control and assert read wait without stopping SD clock at block gap when SABGREQ field is set
Implementations§
Trait Implementations§
Source§impl Ord for Rwctl
impl Ord for Rwctl
Source§impl PartialOrd for Rwctl
impl PartialOrd for Rwctl
impl Copy for Rwctl
impl Eq for Rwctl
impl StructuralPartialEq for Rwctl
Auto Trait Implementations§
impl Freeze for Rwctl
impl RefUnwindSafe for Rwctl
impl Send for Rwctl
impl Sync for Rwctl
impl Unpin for Rwctl
impl UnwindSafe for Rwctl
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