Crate sdmmc_driver

Source
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

Modules§

result

Structs§

MmcConfig
Represents the SD/MMC state-machine.

Enums§

AddressMode
Represents the addressing mode used by the device.
BusMode
Represents the SD/MMC bus mode.
EraseMode
Represents the erase mode argument.
PowerMode
Represents the power mode of the MMC controller.
Timing
Represents the SD/MMC timing configuration.

Traits§

SdMmc
Represents the common operations for handling SD/MMC cards.
SdMmcOps
Common operations for configuring, controlling, and reading registers from SD/MMC cards.