8 breaking releases

0.9.0 Jul 27, 2022
0.7.0 Mar 4, 2022
0.5.0 Aug 1, 2020
0.4.0 Jul 22, 2020

#1667 in Embedded development

Download history 1062/week @ 2024-07-27 1399/week @ 2024-08-03 1159/week @ 2024-08-10 1323/week @ 2024-08-17 1361/week @ 2024-08-24 1400/week @ 2024-08-31 1810/week @ 2024-09-07 1536/week @ 2024-09-14 1980/week @ 2024-09-21 1550/week @ 2024-09-28 1353/week @ 2024-10-05 1551/week @ 2024-10-12 1817/week @ 2024-10-19 1816/week @ 2024-10-26 2068/week @ 2024-11-02 1890/week @ 2024-11-09

7,921 downloads per month
Used in 14 crates (3 directly)

MIT/Apache

44KB
1K SLoC

sdio-host

Data structures for making sd data structures, such as, responses readable for humans and embedded Rust devices.

Resources


lib.rs:

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

No runtime deps