Crate embedded_hal_sdmmc

Crate embedded_hal_sdmmc 

Source
Expand description

Types and traits for SD/MMC peripherals.

Modules§

command
SD/MMC command types.
response
SD/MMC response types.
tuning
Tuning data for SD/MMC peripherals.

Enums§

CardMode
Represents the card mode of the peripheral.
CardType
Represents the card type of the peripheral.
FifoStatus
Represents the FIFO status of the host controller.
MmcBusWidth
Represents the variants of the bus width configuration for the MMC peripheral.
Reset
Represents the resets to enable on the MMC host controller.
SdBusWidth
Represents the variants of the bus width configuration for the SD/MMC peripheral.

Traits§

Common
Common operations for SD/MMC peripherals.
Device
Common operations for SD/MMC device peripherals.
Host
Common operations for SD/MMC host peripherals.