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§
- Card identification register in R2 response format
- Card status in R1 response format
- Parameters for building a command to be sent to the card.
- Errors returned by the
SdmmcService
- A client for MMC cards using the
SdmmcService
. - Published RCA in R6 response format
- A client for SD memory cards using the
SdmmcService
. - A client for SDIO cards using the
SdmmcService
. - Service definition for SD/MMC protocol drivers.
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