[][src]Struct atsams70q19b::hsmci::hsmci_cmdr::_SPCMDW

pub struct _SPCMDW<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _SPCMDW<'a>[src]

pub fn variant(self, variant: SPCMDW) -> &'a mut W[src]

Writes variant to the field

pub fn std(self) -> &'a mut W[src]

Not a special CMD.

pub fn init(self) -> &'a mut W[src]

Initialization CMD: 74 clock cycles for initialization sequence.

pub fn sync(self) -> &'a mut W[src]

Synchronized CMD: Wait for the end of the current data block transfer before sending the pending command.

pub fn ce_ata(self) -> &'a mut W[src]

CE-ATA Completion Signal disable Command. The host cancels the ability for the device to return a command completion signal on the command line.

pub fn it_cmd(self) -> &'a mut W[src]

Interrupt command: Corresponds to the Interrupt Mode (CMD40).

pub fn it_resp(self) -> &'a mut W[src]

Interrupt response: Corresponds to the Interrupt Mode (CMD40).

pub fn bor(self) -> &'a mut W[src]

Boot Operation Request. Start a boot operation mode, the host processor can read boot data from the MMC device directly.

pub fn ebo(self) -> &'a mut W[src]

End Boot Operation. This command allows the host processor to terminate the boot operation mode.

pub fn bits(self, value: u8) -> &'a mut W[src]

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Unpin for _SPCMDW<'a>

impl<'a> Sync for _SPCMDW<'a>

impl<'a> Send for _SPCMDW<'a>

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self