Expand description
§SD/MMC Driver
This crate provides traits for implementing an SD/MMC driver based on a HAL crate implementing the embedded-hal traits.
These are still early days, and the traits are very likely to have a number of breaking changes.
§Alternatives
- embedded-sdmmc-rs
- SPI-based SD/MMC driver bundled with
FAT32
filesystem support
- SPI-based SD/MMC driver bundled with
Modules§
Structs§
- MmcConfig
- Represents the SD/MMC state-machine.
Enums§
- Address
Mode - Represents the addressing mode used by the device.
- BusMode
- Represents the SD/MMC bus mode.
- Erase
Mode - Represents the erase mode argument.
- Power
Mode - Represents the power mode of the MMC controller.
- Timing
- Represents the SD/MMC timing configuration.