Struct atsame54n19a_pac::SDHC1[][src]

pub struct SDHC1 { /* fields omitted */ }

SD/MMC Host Controller

Implementations

impl SDHC1[src]

pub const fn ptr() -> *const RegisterBlock[src]

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn ssar_cmd23_mode(&self) -> &SSAR_CMD23_MODE[src]

0x00 - SDMA System Address / Argument 2

pub fn ssar_cmd23_mode_mut(&self) -> &mut SSAR_CMD23_MODE[src]

0x00 - SDMA System Address / Argument 2

pub fn ssar(&self) -> &SSAR[src]

0x00 - SDMA System Address / Argument 2

pub fn ssar_mut(&self) -> &mut SSAR[src]

0x00 - SDMA System Address / Argument 2

pub fn hc1r_emmc_mode(&self) -> &HC1R_EMMC_MODE[src]

0x28 - Host Control 1

pub fn hc1r_emmc_mode_mut(&self) -> &mut HC1R_EMMC_MODE[src]

0x28 - Host Control 1

pub fn hc1r(&self) -> &HC1R[src]

0x28 - Host Control 1

pub fn hc1r_mut(&self) -> &mut HC1R[src]

0x28 - Host Control 1

pub fn bgcr_emmc_mode(&self) -> &BGCR_EMMC_MODE[src]

0x2a - Block Gap Control

pub fn bgcr_emmc_mode_mut(&self) -> &mut BGCR_EMMC_MODE[src]

0x2a - Block Gap Control

pub fn bgcr(&self) -> &BGCR[src]

0x2a - Block Gap Control

pub fn bgcr_mut(&self) -> &mut BGCR[src]

0x2a - Block Gap Control

pub fn nistr_emmc_mode(&self) -> &NISTR_EMMC_MODE[src]

0x30 - Normal Interrupt Status

pub fn nistr_emmc_mode_mut(&self) -> &mut NISTR_EMMC_MODE[src]

0x30 - Normal Interrupt Status

pub fn nistr(&self) -> &NISTR[src]

0x30 - Normal Interrupt Status

pub fn nistr_mut(&self) -> &mut NISTR[src]

0x30 - Normal Interrupt Status

pub fn eistr_emmc_mode(&self) -> &EISTR_EMMC_MODE[src]

0x32 - Error Interrupt Status

pub fn eistr_emmc_mode_mut(&self) -> &mut EISTR_EMMC_MODE[src]

0x32 - Error Interrupt Status

pub fn eistr(&self) -> &EISTR[src]

0x32 - Error Interrupt Status

pub fn eistr_mut(&self) -> &mut EISTR[src]

0x32 - Error Interrupt Status

pub fn nister_emmc_mode(&self) -> &NISTER_EMMC_MODE[src]

0x34 - Normal Interrupt Status Enable

pub fn nister_emmc_mode_mut(&self) -> &mut NISTER_EMMC_MODE[src]

0x34 - Normal Interrupt Status Enable

pub fn nister(&self) -> &NISTER[src]

0x34 - Normal Interrupt Status Enable

pub fn nister_mut(&self) -> &mut NISTER[src]

0x34 - Normal Interrupt Status Enable

pub fn eister_emmc_mode(&self) -> &EISTER_EMMC_MODE[src]

0x36 - Error Interrupt Status Enable

pub fn eister_emmc_mode_mut(&self) -> &mut EISTER_EMMC_MODE[src]

0x36 - Error Interrupt Status Enable

pub fn eister(&self) -> &EISTER[src]

0x36 - Error Interrupt Status Enable

pub fn eister_mut(&self) -> &mut EISTER[src]

0x36 - Error Interrupt Status Enable

pub fn nisier_emmc_mode(&self) -> &NISIER_EMMC_MODE[src]

0x38 - Normal Interrupt Signal Enable

pub fn nisier_emmc_mode_mut(&self) -> &mut NISIER_EMMC_MODE[src]

0x38 - Normal Interrupt Signal Enable

pub fn nisier(&self) -> &NISIER[src]

0x38 - Normal Interrupt Signal Enable

pub fn nisier_mut(&self) -> &mut NISIER[src]

0x38 - Normal Interrupt Signal Enable

pub fn eisier_emmc_mode(&self) -> &EISIER_EMMC_MODE[src]

0x3a - Error Interrupt Signal Enable

pub fn eisier_emmc_mode_mut(&self) -> &mut EISIER_EMMC_MODE[src]

0x3a - Error Interrupt Signal Enable

pub fn eisier(&self) -> &EISIER[src]

0x3a - Error Interrupt Signal Enable

pub fn eisier_mut(&self) -> &mut EISIER[src]

0x3a - Error Interrupt Signal Enable

pub fn hc2r_emmc_mode(&self) -> &HC2R_EMMC_MODE[src]

0x3e - Host Control 2

pub fn hc2r_emmc_mode_mut(&self) -> &mut HC2R_EMMC_MODE[src]

0x3e - Host Control 2

pub fn hc2r(&self) -> &HC2R[src]

0x3e - Host Control 2

pub fn hc2r_mut(&self) -> &mut HC2R[src]

0x3e - Host Control 2

Trait Implementations

impl Deref for SDHC1[src]

type Target = RegisterBlock

The resulting type after dereferencing.

impl Send for SDHC1[src]

Auto Trait Implementations

impl !Sync for SDHC1

impl Unpin for SDHC1

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> Same<T> for T

type Output = T

Should always be Self

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.