nxp-pac

Crates

git

Versions

mimxrt1064

Flavors

Usdhc

Struct Usdhc 

Source
pub struct Usdhc { /* private fields */ }
Expand description

uSDHC.

Implementations§

Source§

impl Usdhc

Source

pub const unsafe fn from_ptr(ptr: *mut ()) -> Self

Source

pub const fn as_ptr(&self) -> *mut ()

Source

pub const fn ds_addr(self) -> Reg<DsAddr, RW>

DMA System Address.

Source

pub const fn blk_att(self) -> Reg<BlkAtt, RW>

Block Attributes.

Source

pub const fn cmd_arg(self) -> Reg<CmdArg, RW>

Command Argument.

Source

pub const fn cmd_xfr_typ(self) -> Reg<CmdXfrTyp, RW>

Command Transfer Type.

Source

pub const fn cmd_rsp0(self) -> Reg<CmdRsp0, R>

Command Response0.

Source

pub const fn cmd_rsp1(self) -> Reg<CmdRsp1, R>

Command Response1.

Source

pub const fn cmd_rsp2(self) -> Reg<CmdRsp2, R>

Command Response2.

Source

pub const fn cmd_rsp3(self) -> Reg<CmdRsp3, R>

Command Response3.

Source

pub const fn data_buff_acc_port(self) -> Reg<DataBuffAccPort, RW>

Data Buffer Access Port.

Source

pub const fn pres_state(self) -> Reg<PresState, R>

Present State.

Source

pub const fn prot_ctrl(self) -> Reg<ProtCtrl, RW>

Protocol Control.

Source

pub const fn sys_ctrl(self) -> Reg<SysCtrl, RW>

System Control.

Source

pub const fn int_status(self) -> Reg<IntStatus, RW>

Interrupt Status.

Source

pub const fn int_status_en(self) -> Reg<IntStatusEn, RW>

Interrupt Status Enable.

Source

pub const fn int_signal_en(self) -> Reg<IntSignalEn, RW>

Interrupt Signal Enable.

Source

pub const fn autocmd12_err_status(self) -> Reg<Autocmd12ErrStatus, RW>

Auto CMD12 Error Status.

Source

pub const fn host_ctrl_cap(self) -> Reg<HostCtrlCap, RW>

Host Controller Capabilities.

Source

pub const fn wtmk_lvl(self) -> Reg<WtmkLvl, RW>

Watermark Level.

Source

pub const fn mix_ctrl(self) -> Reg<MixCtrl, RW>

Mixer Control.

Source

pub const fn force_event(self) -> Reg<ForceEvent, RW>

Force Event.

Source

pub const fn adma_err_status(self) -> Reg<AdmaErrStatus, R>

ADMA Error Status.

Source

pub const fn adma_sys_addr(self) -> Reg<AdmaSysAddr, RW>

ADMA System Address.

Source

pub const fn dll_ctrl(self) -> Reg<DllCtrl, RW>

DLL (Delay Line) Control.

Source

pub const fn dll_status(self) -> Reg<DllStatus, R>

DLL Status.

Source

pub const fn clk_tune_ctrl_status(self) -> Reg<ClkTuneCtrlStatus, RW>

CLK Tuning Control and Status.

Source

pub const fn vend_spec(self) -> Reg<VendSpec, RW>

Vendor Specific Register.

Source

pub const fn mmc_boot(self) -> Reg<MmcBoot, RW>

MMC Boot.

Source

pub const fn vend_spec2(self) -> Reg<VendSpec2, RW>

Vendor Specific 2 Register.

Source

pub const fn tuning_ctrl(self) -> Reg<TuningCtrl, RW>

Tuning Control.

Trait Implementations§

Source§

impl Clone for Usdhc

Source§

fn clone(&self) -> Usdhc

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl PartialEq for Usdhc

Source§

fn eq(&self, other: &Usdhc) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for Usdhc

Source§

impl Eq for Usdhc

Source§

impl Send for Usdhc

Source§

impl StructuralPartialEq for Usdhc

Source§

impl Sync for Usdhc

Auto Trait Implementations§

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> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. 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>,

Source§

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>,

Source§

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.