sdio-host2 0.1.1

no_std SD/SDIO/MMC host bus transaction traits and types
Documentation
  • Coverage
  • 25%
    32 out of 128 items documented0 out of 55 items with examples
  • Size
  • Source code size: 29.7 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.38 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • rcore-os/tgoskits
    44 110 87
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ZCShou

Physical SD/SDIO/MMC host-bus transaction traits.

This crate intentionally models the shared CMD/DAT bus rather than a card, block device, filesystem, or runtime queue. A host accepts one transaction at a time: a command, an optional data phase, and a task-side poll path to observe completion. Higher-level SD/MMC card protocols live in sdmmc-protocol.