[][src]Struct lpc55s6x_pac::sdif::cmd::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn cmd_index(&mut self) -> _CMD_INDEXW[src]

Bits 0:5 - Command index.

pub fn response_expect(&mut self) -> _RESPONSE_EXPECTW[src]

Bit 6 - Response expect.

pub fn response_length(&mut self) -> _RESPONSE_LENGTHW[src]

Bit 7 - Response length.

pub fn check_response_crc(&mut self) -> _CHECK_RESPONSE_CRCW[src]

Bit 8 - Check response CRC.

pub fn data_expected(&mut self) -> _DATA_EXPECTEDW[src]

Bit 9 - Data expected.

pub fn read_write(&mut self) -> _READ_WRITEW[src]

Bit 10 - read/write.

pub fn transfer_mode(&mut self) -> _TRANSFER_MODEW[src]

Bit 11 - Transfer mode.

pub fn send_auto_stop(&mut self) -> _SEND_AUTO_STOPW[src]

Bit 12 - Send auto stop.

pub fn wait_prvdata_complete(&mut self) -> _WAIT_PRVDATA_COMPLETEW[src]

Bit 13 - Wait prvdata complete.

pub fn stop_abort_cmd(&mut self) -> _STOP_ABORT_CMDW[src]

Bit 14 - Stop abort command.

pub fn send_initialization(&mut self) -> _SEND_INITIALIZATIONW[src]

Bit 15 - Send initialization.

pub fn card_number(&mut self) -> _CARD_NUMBERW[src]

Bits 16:20 - Specifies the card number of SDCARD for which the current Command is being executed

pub fn update_clock_registers_only(&mut self) -> _UPDATE_CLOCK_REGISTERS_ONLYW[src]

Bit 21 - Update clock registers only.

pub fn read_ceata_device(&mut self) -> _READ_CEATA_DEVICEW[src]

Bit 22 - Read ceata device.

pub fn ccs_expected(&mut self) -> _CCS_EXPECTEDW[src]

Bit 23 - CCS expected.

pub fn enable_boot(&mut self) -> _ENABLE_BOOTW[src]

Bit 24 - Enable Boot - this bit should be set only for mandatory boot mode.

pub fn expect_boot_ack(&mut self) -> _EXPECT_BOOT_ACKW[src]

Bit 25 - Expect Boot Acknowledge.

pub fn disable_boot(&mut self) -> _DISABLE_BOOTW[src]

Bit 26 - Disable Boot.

pub fn boot_mode(&mut self) -> _BOOT_MODEW[src]

Bit 27 - Boot Mode.

pub fn volt_switch(&mut self) -> _VOLT_SWITCHW[src]

Bit 28 - Voltage switch bit.

pub fn use_hold_reg(&mut self) -> _USE_HOLD_REGW[src]

Bit 29 - Use Hold Register.

pub fn start_cmd(&mut self) -> _START_CMDW[src]

Bit 31 - Start command.

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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

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, 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[src]

type Output = T

Should always be Self