[][src]Struct sam3x8e::hsmci::cmdr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn cmdnb(&mut self) -> _CMDNBW[src]

Bits 0:5 - Command Number

pub fn rsptyp(&mut self) -> _RSPTYPW[src]

Bits 6:7 - Response Type

pub fn spcmd(&mut self) -> _SPCMDW[src]

Bits 8:10 - Special Command

pub fn opdcmd(&mut self) -> _OPDCMDW[src]

Bit 11 - Open Drain Command

pub fn maxlat(&mut self) -> _MAXLATW[src]

Bit 12 - Max Latency for Command to Response

pub fn trcmd(&mut self) -> _TRCMDW[src]

Bits 16:17 - Transfer Command

pub fn trdir(&mut self) -> _TRDIRW[src]

Bit 18 - Transfer Direction

pub fn trtyp(&mut self) -> _TRTYPW[src]

Bits 19:21 - Transfer Type

pub fn iospcmd(&mut self) -> _IOSPCMDW[src]

Bits 24:25 - SDIO Special Command

pub fn atacs(&mut self) -> _ATACSW[src]

Bit 26 - ATA with Command Completion Signal

pub fn boot_ack(&mut self) -> _BOOT_ACKW[src]

Bit 27 - Boot Operation Acknowledge

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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