Module kernel::services::sdmmc

source ·
Expand description

SD/MMC Driver Service

Driver for SD memory cards, SDIO cards and (e)MMC. This kernel driver will implement the actual protocol (which commands to send and how to interpret the response), while the platform driver will implement the device specific part (how to send and receive the data).

Structs§

Enums§

  • The number of lines that are used for data transfer
  • The different types of cards
  • The different types of commands that can be sent to the card
  • The different types of errors that can occur
  • Hardware configuration that should be applied as part of the command
  • Response returned by the card, can be short or long, depending on command
  • The different types of responses that can be sent by the card