[][src]Struct atsamd51j19a::SDHC0

pub struct SDHC0 { /* fields omitted */ }

SD/MMC Host Controller

Methods

impl SDHC0[src]

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

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn ssar_cmd23(&self) -> &SSAR_CMD23[src]

0x00 - SDMA System Address / Argument 2

pub fn ssar_cmd23_mut(&self) -> &mut SSAR_CMD23[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(&self) -> &HC1R_EMMC[src]

0x28 - Host Control 1

pub fn hc1r_emmc_mut(&self) -> &mut HC1R_EMMC[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(&self) -> &BGCR_EMMC[src]

0x2a - Block Gap Control

pub fn bgcr_emmc_mut(&self) -> &mut BGCR_EMMC[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(&self) -> &NISTR_EMMC[src]

0x30 - Normal Interrupt Status

pub fn nistr_emmc_mut(&self) -> &mut NISTR_EMMC[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(&self) -> &EISTR_EMMC[src]

0x32 - Error Interrupt Status

pub fn eistr_emmc_mut(&self) -> &mut EISTR_EMMC[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(&self) -> &NISTER_EMMC[src]

0x34 - Normal Interrupt Status Enable

pub fn nister_emmc_mut(&self) -> &mut NISTER_EMMC[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(&self) -> &EISTER_EMMC[src]

0x36 - Error Interrupt Status Enable

pub fn eister_emmc_mut(&self) -> &mut EISTER_EMMC[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(&self) -> &NISIER_EMMC[src]

0x38 - Normal Interrupt Signal Enable

pub fn nisier_emmc_mut(&self) -> &mut NISIER_EMMC[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(&self) -> &EISIER_EMMC[src]

0x3a - Error Interrupt Signal Enable

pub fn eisier_emmc_mut(&self) -> &mut EISIER_EMMC[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(&self) -> &HC2R_EMMC[src]

0x3e - Host Control 2

pub fn hc2r_emmc_mut(&self) -> &mut HC2R_EMMC[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 Send for SDHC0[src]

impl Deref for SDHC0[src]

type Target = RegisterBlock

The resulting type after dereferencing.

Auto Trait Implementations

impl !Sync for SDHC0

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

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

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]