pub struct R(_);
Expand description
Register CMD
reader
Implementations
sourceimpl 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
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