pub struct R(/* private fields */);Expand description
Register CMD reader
Implementations§
Source§impl R
impl R
Sourcepub fn ce_atacmd(&self) -> CE_ATACMD_R
pub fn ce_atacmd(&self) -> CE_ATACMD_R
Bit 14 - CE-ATA command
Sourcepub fn encmdcompl(&self) -> ENCMDCOMPL_R
pub fn encmdcompl(&self) -> ENCMDCOMPL_R
Bit 12 - Enable CMD completion
Sourcepub fn sdiosuspend(&self) -> SDIOSUSPEND_R
pub fn sdiosuspend(&self) -> SDIOSUSPEND_R
Bit 11 - SD I/O suspend command
Sourcepub fn waitpend(&self) -> WAITPEND_R
pub fn waitpend(&self) -> WAITPEND_R
Bit 9 - CPSM Waits for ends of data transfer (CmdPend internal signal)
Sourcepub fn waitresp(&self) -> WAITRESP_R
pub fn waitresp(&self) -> WAITRESP_R
Bits 6:7 - Wait for response bits
Sourcepub fn cmdindex(&self) -> CMDINDEX_R
pub fn cmdindex(&self) -> CMDINDEX_R
Bits 0:5 - Command index
Methods from Deref<Target = R<CMD_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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