pub struct R(/* private fields */);
Expand description
Register CMD
reader
Implementations§
Source§impl R
impl R
Sourcepub fn ce_atacmd(&self) -> BitReaderRaw<CE_ATACMD_A>
pub fn ce_atacmd(&self) -> BitReaderRaw<CE_ATACMD_A>
Bit 14 - CE-ATA command
Sourcepub fn encmdcompl(&self) -> BitReaderRaw<ENCMDCOMPL_A>
pub fn encmdcompl(&self) -> BitReaderRaw<ENCMDCOMPL_A>
Bit 12 - Enable CMD completion
Sourcepub fn sdiosuspend(&self) -> BitReaderRaw<SDIOSUSPEND_A>
pub fn sdiosuspend(&self) -> BitReaderRaw<SDIOSUSPEND_A>
Bit 11 - SD I/O suspend command
Sourcepub fn cpsmen(&self) -> BitReaderRaw<CPSMEN_A>
pub fn cpsmen(&self) -> BitReaderRaw<CPSMEN_A>
Bit 10 - Command path state machine (CPSM) Enable bit
Sourcepub fn waitpend(&self) -> BitReaderRaw<WAITPEND_A>
pub fn waitpend(&self) -> BitReaderRaw<WAITPEND_A>
Bit 9 - CPSM Waits for ends of data transfer (CmdPend internal signal).
Sourcepub fn waitresp(&self) -> FieldReaderRaw<u8, WAITRESP_A>
pub fn waitresp(&self) -> FieldReaderRaw<u8, WAITRESP_A>
Bits 6:7 - Wait for response bits
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