Struct lpc55_pac::sdif::cmd::R[][src]

pub struct R(_);

Register CMD reader

Implementations

impl R[src]

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

Bits 0:5 - Command index.

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

Bit 6 - Response expect.

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

Bit 7 - Response length.

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

Bit 8 - Check response CRC.

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

Bit 9 - Data expected.

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

Bit 10 - read/write.

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

Bit 11 - Transfer mode.

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

Bit 12 - Send auto stop.

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

Bit 13 - Wait prvdata complete.

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

Bit 14 - Stop abort command.

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

Bit 15 - Send initialization.

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

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

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

Bit 21 - Update clock registers only.

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

Bit 22 - Read ceata device.

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

Bit 23 - CCS expected.

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

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

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

Bit 25 - Expect Boot Acknowledge.

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

Bit 26 - Disable Boot.

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

Bit 27 - Boot Mode.

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

Bit 28 - Voltage switch bit.

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

Bit 29 - Use Hold Register.

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

Bit 31 - Start command.

Methods from Deref<Target = R<CMD_SPEC>>

pub fn bits(&self) -> REG::Ux[src]

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<CMD_SPEC>

The resulting type after dereferencing.

impl From<R<CMD_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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> 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.