[][src]Type Definition lpc55s6x_pac::sdif::cmd::R

type R = R<u32, CMD>;

Reader of register CMD

Methods

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.