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

#752 in Embedded development

Download history 1029/week @ 2024-01-05 1021/week @ 2024-01-12 1221/week @ 2024-01-19 987/week @ 2024-01-26 506/week @ 2024-02-02 643/week @ 2024-02-09 751/week @ 2024-02-16 940/week @ 2024-02-23 1033/week @ 2024-03-01 1077/week @ 2024-03-08 763/week @ 2024-03-15 923/week @ 2024-03-22 807/week @ 2024-03-29 930/week @ 2024-04-05 1046/week @ 2024-04-12 842/week @ 2024-04-19

3,750 downloads per month
Used in 10 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