Crate sdio_host

Source
Expand description

SD Card Registers

Register representations can be created from an array of little endian words. Note that the SDMMC protocol transfers the registers in big endian byte order.

let scr: SCR = [0, 1].into();

§Reference documents:

PLSS_v7_10: Physical Layer Specification Simplified Specification Version 7.10. March 25, 2020. (C) SD Card Association

Modules§

  • eMMC-specific extensions to the core SDMMC protocol.
  • eMMC-specific command definitions.
  • SD-specific extensions to the core SDMMC protocol.
  • SD-specific command definitions.

Structs§

  • Host to Card commands