Struct d1_pac::smhc::smhc_cmd::W

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

Register smhc_cmd writer

Implementations§

source§

impl W

source

pub fn cmd_idx(&mut self) -> CMD_IDX_W<'_, 0>

Bits 0:5 - CMD Index

source

pub fn resp_rcv(&mut self) -> RESP_RCV_W<'_, 6>

Bit 6 - Response Receive

source

pub fn long_resp(&mut self) -> LONG_RESP_W<'_, 7>

Bit 7 - Response Type

source

pub fn chk_resp_crc(&mut self) -> CHK_RESP_CRC_W<'_, 8>

Bit 8 - Check Response CRC

source

pub fn data_trans(&mut self) -> DATA_TRANS_W<'_, 9>

Bit 9 - Data Transfer

source

pub fn trans_dir(&mut self) -> TRANS_DIR_W<'_, 10>

Bit 10 - Transfer Direction

source

pub fn trans_mode(&mut self) -> TRANS_MODE_W<'_, 11>

Bit 11 - Transfer Mode

source

pub fn stop_cmd_flag(&mut self) -> STOP_CMD_FLAG_W<'_, 12>

Bit 12 - Send Stop CMD Automatically (CMD12)

source

pub fn wait_pre_over(&mut self) -> WAIT_PRE_OVER_W<'_, 13>

Bit 13 - Wait for Data Transfer Over

source

pub fn stop_abt_cmd(&mut self) -> STOP_ABT_CMD_W<'_, 14>

Bit 14 - Stop Abort Command

source

pub fn send_init_seq(&mut self) -> SEND_INIT_SEQ_W<'_, 15>

Bit 15 - Send Initialization

source

pub fn prg_clk(&mut self) -> PRG_CLK_W<'_, 21>

Bit 21 - Change Clock

source

pub fn boot_mod(&mut self) -> BOOT_MOD_W<'_, 24>

Bits 24:25 - Boot Mode

source

pub fn exp_boot_ack(&mut self) -> EXP_BOOT_ACK_W<'_, 26>

Bit 26 - Expect Boot Acknowledge

source

pub fn boot_abt(&mut self) -> BOOT_ABT_W<'_, 27>

Bit 27 - Boot Abort

source

pub fn vol_sw(&mut self) -> VOL_SW_W<'_, 28>

Bit 28 - Voltage Switch

source

pub fn cmd_load(&mut self) -> CMD_LOAD_W<'_, 31>

Bit 31 - Start Command

source

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

Writes raw bits to the register.

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

source

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self

Writes raw bits to the register.

§Safety

Read datasheet or reference manual to find what values are allowed to pass.

Trait Implementations§

source§

impl Deref for W

§

type Target = W<SMHC_CMD_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl DerefMut for W

source§

fn deref_mut(&mut self) -> &mut Self::Target

Mutably dereferences the value.
source§

impl From<W<SMHC_CMD_SPEC>> for W

source§

fn from(writer: W<SMHC_CMD_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for W

§

impl RefUnwindSafe for W

§

impl Send for W

§

impl Sync for W

§

impl Unpin for W

§

impl UnwindSafe for W

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.