Struct d1_pac::smhc::smhc_cmd::R

source ·
pub struct R(/* private fields */);
Expand description

Register smhc_cmd reader

Implementations§

source§

impl R

source

pub fn cmd_idx(&self) -> CMD_IDX_R

Bits 0:5 - CMD Index

source

pub fn resp_rcv(&self) -> RESP_RCV_R

Bit 6 - Response Receive

source

pub fn long_resp(&self) -> LONG_RESP_R

Bit 7 - Response Type

source

pub fn chk_resp_crc(&self) -> CHK_RESP_CRC_R

Bit 8 - Check Response CRC

source

pub fn data_trans(&self) -> DATA_TRANS_R

Bit 9 - Data Transfer

source

pub fn trans_dir(&self) -> TRANS_DIR_R

Bit 10 - Transfer Direction

source

pub fn trans_mode(&self) -> TRANS_MODE_R

Bit 11 - Transfer Mode

source

pub fn stop_cmd_flag(&self) -> STOP_CMD_FLAG_R

Bit 12 - Send Stop CMD Automatically (CMD12)

source

pub fn wait_pre_over(&self) -> WAIT_PRE_OVER_R

Bit 13 - Wait for Data Transfer Over

source

pub fn stop_abt_cmd(&self) -> STOP_ABT_CMD_R

Bit 14 - Stop Abort Command

source

pub fn send_init_seq(&self) -> SEND_INIT_SEQ_R

Bit 15 - Send Initialization

source

pub fn prg_clk(&self) -> PRG_CLK_R

Bit 21 - Change Clock

source

pub fn boot_mod(&self) -> BOOT_MOD_R

Bits 24:25 - Boot Mode

source

pub fn exp_boot_ack(&self) -> EXP_BOOT_ACK_R

Bit 26 - Expect Boot Acknowledge

source

pub fn boot_abt(&self) -> BOOT_ABT_R

Bit 27 - Boot Abort

source

pub fn vol_sw(&self) -> VOL_SW_R

Bit 28 - Voltage Switch

source

pub fn cmd_load(&self) -> CMD_LOAD_R

Bit 31 - Start Command

Methods from Deref<Target = R<SMHC_CMD_SPEC>>§

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<SMHC_CMD_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<SMHC_CMD_SPEC>> for R

source§

fn from(reader: R<SMHC_CMD_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for R

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.