[]Struct pyportal::SDHC0

pub struct SDHC0 { /* fields omitted */ }

SD/MMC Host Controller

Methods

impl SDHC0

pub fn ptr() -> *const RegisterBlock

Returns a pointer to the register block

Methods from Deref<Target = RegisterBlock>

pub fn ssar_cmd23(&self) -> &SSAR_CMD23

0x00 - SDMA System Address / Argument 2

pub fn ssar_cmd23_mut(&self) -> &mut SSAR_CMD23

0x00 - SDMA System Address / Argument 2

pub fn ssar(&self) -> &SSAR

0x00 - SDMA System Address / Argument 2

pub fn ssar_mut(&self) -> &mut SSAR

0x00 - SDMA System Address / Argument 2

pub fn hc1r_emmc(&self) -> &HC1R_EMMC

0x28 - Host Control 1

pub fn hc1r_emmc_mut(&self) -> &mut HC1R_EMMC

0x28 - Host Control 1

pub fn hc1r(&self) -> &HC1R

0x28 - Host Control 1

pub fn hc1r_mut(&self) -> &mut HC1R

0x28 - Host Control 1

pub fn bgcr_emmc(&self) -> &BGCR_EMMC

0x2a - Block Gap Control

pub fn bgcr_emmc_mut(&self) -> &mut BGCR_EMMC

0x2a - Block Gap Control

pub fn bgcr(&self) -> &BGCR

0x2a - Block Gap Control

pub fn bgcr_mut(&self) -> &mut BGCR

0x2a - Block Gap Control

pub fn nistr_emmc(&self) -> &NISTR_EMMC

0x30 - Normal Interrupt Status

pub fn nistr_emmc_mut(&self) -> &mut NISTR_EMMC

0x30 - Normal Interrupt Status

pub fn nistr(&self) -> &NISTR

0x30 - Normal Interrupt Status

pub fn nistr_mut(&self) -> &mut NISTR

0x30 - Normal Interrupt Status

pub fn eistr_emmc(&self) -> &EISTR_EMMC

0x32 - Error Interrupt Status

pub fn eistr_emmc_mut(&self) -> &mut EISTR_EMMC

0x32 - Error Interrupt Status

pub fn eistr(&self) -> &EISTR

0x32 - Error Interrupt Status

pub fn eistr_mut(&self) -> &mut EISTR

0x32 - Error Interrupt Status

pub fn nister_emmc(&self) -> &NISTER_EMMC

0x34 - Normal Interrupt Status Enable

pub fn nister_emmc_mut(&self) -> &mut NISTER_EMMC

0x34 - Normal Interrupt Status Enable

pub fn nister(&self) -> &NISTER

0x34 - Normal Interrupt Status Enable

pub fn nister_mut(&self) -> &mut NISTER

0x34 - Normal Interrupt Status Enable

pub fn eister_emmc(&self) -> &EISTER_EMMC

0x36 - Error Interrupt Status Enable

pub fn eister_emmc_mut(&self) -> &mut EISTER_EMMC

0x36 - Error Interrupt Status Enable

pub fn eister(&self) -> &EISTER

0x36 - Error Interrupt Status Enable

pub fn eister_mut(&self) -> &mut EISTER

0x36 - Error Interrupt Status Enable

pub fn nisier_emmc(&self) -> &NISIER_EMMC

0x38 - Normal Interrupt Signal Enable

pub fn nisier_emmc_mut(&self) -> &mut NISIER_EMMC

0x38 - Normal Interrupt Signal Enable

pub fn nisier(&self) -> &NISIER

0x38 - Normal Interrupt Signal Enable

pub fn nisier_mut(&self) -> &mut NISIER

0x38 - Normal Interrupt Signal Enable

pub fn eisier_emmc(&self) -> &EISIER_EMMC

0x3a - Error Interrupt Signal Enable

pub fn eisier_emmc_mut(&self) -> &mut EISIER_EMMC

0x3a - Error Interrupt Signal Enable

pub fn eisier(&self) -> &EISIER

0x3a - Error Interrupt Signal Enable

pub fn eisier_mut(&self) -> &mut EISIER

0x3a - Error Interrupt Signal Enable

pub fn hc2r_emmc(&self) -> &HC2R_EMMC

0x3e - Host Control 2

pub fn hc2r_emmc_mut(&self) -> &mut HC2R_EMMC

0x3e - Host Control 2

pub fn hc2r(&self) -> &HC2R

0x3e - Host Control 2

pub fn hc2r_mut(&self) -> &mut HC2R

0x3e - Host Control 2

Trait Implementations

impl Send for SDHC0

impl Deref for SDHC0

type Target = RegisterBlock

The resulting type after dereferencing.

Auto Trait Implementations

impl !Sync for SDHC0

Blanket Implementations

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> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

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

impl<T> Same for T

type Output = T

Should always be Self