pub struct EMMC { /* private fields */ }Expand description
EMMC register
Implementations
sourceimpl EMMC
impl EMMC
sourcepub const PTR: *const RegisterBlock = {0x4000a000 as *const emmc::RegisterBlock}
pub const PTR: *const RegisterBlock = {0x4000a000 as *const emmc::RegisterBlock}
Pointer to the register block
sourcepub const fn ptr() -> *const RegisterBlock
pub const fn ptr() -> *const RegisterBlock
Return the pointer to the register block
Methods from Deref<Target = RegisterBlock>
sourcepub fn r32_emmc_write_cont(&self) -> &R32_EMMC_WRITE_CONT
pub fn r32_emmc_write_cont(&self) -> &R32_EMMC_WRITE_CONT
0x14 - Multiplexing register of the EMMC_RESPONSE3,[127:96] 32bits
sourcepub fn r32_emmc_response3(&self) -> &R32_EMMC_RESPONSE3
pub fn r32_emmc_response3(&self) -> &R32_EMMC_RESPONSE3
0x14 - SD 128bits response register, [127:96] 32bits
Trait Implementations
sourceimpl Deref for EMMC
impl Deref for EMMC
type Target = RegisterBlock
type Target = RegisterBlock
The resulting type after dereferencing.
impl Send for EMMC
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more