pub struct W(/* private fields */);Expand description
Register CMD writer
Implementations§
Source§impl W
impl W
Sourcepub fn ce_atacmd(&mut self) -> CE_ATACMD_W<'_>
pub fn ce_atacmd(&mut self) -> CE_ATACMD_W<'_>
Bit 14 - CE-ATA command
Sourcepub fn encmdcompl(&mut self) -> ENCMDCOMPL_W<'_>
pub fn encmdcompl(&mut self) -> ENCMDCOMPL_W<'_>
Bit 12 - Enable CMD completion
Sourcepub fn sdiosuspend(&mut self) -> SDIOSUSPEND_W<'_>
pub fn sdiosuspend(&mut self) -> SDIOSUSPEND_W<'_>
Bit 11 - SD I/O suspend command
Sourcepub fn waitpend(&mut self) -> WAITPEND_W<'_>
pub fn waitpend(&mut self) -> WAITPEND_W<'_>
Bit 9 - CPSM Waits for ends of data transfer (CmdPend internal signal)
Sourcepub fn waitresp(&mut self) -> WAITRESP_W<'_>
pub fn waitresp(&mut self) -> WAITRESP_W<'_>
Bits 6:7 - Wait for response bits
Sourcepub fn cmdindex(&mut self) -> CMDINDEX_W<'_>
pub fn cmdindex(&mut self) -> CMDINDEX_W<'_>
Bits 0:5 - Command index
Methods from Deref<Target = W<CMD_SPEC>>§
Sourcepub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
pub unsafe fn bits(&mut self, bits: <REG as RegisterSpec>::Ux) -> &mut W<REG>
Writes raw bits to the register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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