pub struct SdCard {
pub capacity: CardCapacity,
pub ocr: OCR<SD>,
pub rca: RCA<SD>,
pub cid: CID<SD>,
pub csd: CSD<SD>,
pub scr: SCR,
}
Expand description
Sd card peripheral
Fields§
§capacity: CardCapacity
§ocr: OCR<SD>
§rca: RCA<SD>
§cid: CID<SD>
§csd: CSD<SD>
§scr: SCR
Implementations§
Trait Implementations§
Source§impl SdioPeripheral for SdCard
impl SdioPeripheral for SdCard
fn get_address(&self) -> u16
fn get_address_mode(&self) -> AddressMode
Auto Trait Implementations§
impl Freeze for SdCard
impl RefUnwindSafe for SdCard
impl Send for SdCard
impl Sync for SdCard
impl Unpin for SdCard
impl UnwindSafe for SdCard
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