pub struct Emmc {
pub ocr: OCR<EMMC>,
pub rca: RCA<EMMC>,
pub cid: CID<EMMC>,
pub csd: CSD<EMMC>,
}
Expand description
eMMC device peripheral
Fields§
§ocr: OCR<EMMC>
§rca: RCA<EMMC>
§cid: CID<EMMC>
§csd: CSD<EMMC>
Trait Implementations§
Source§impl SdioPeripheral for Emmc
impl SdioPeripheral for Emmc
fn get_address(&self) -> u16
fn get_address_mode(&self) -> AddressMode
Auto Trait Implementations§
impl Freeze for Emmc
impl RefUnwindSafe for Emmc
impl Send for Emmc
impl Sync for Emmc
impl Unpin for Emmc
impl UnwindSafe for Emmc
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more