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

#722 in Embedded development

Download history 793/week @ 2023-12-06 709/week @ 2023-12-13 580/week @ 2023-12-20 685/week @ 2023-12-27 751/week @ 2024-01-03 1240/week @ 2024-01-10 1152/week @ 2024-01-17 1057/week @ 2024-01-24 625/week @ 2024-01-31 581/week @ 2024-02-07 735/week @ 2024-02-14 884/week @ 2024-02-21 1084/week @ 2024-02-28 993/week @ 2024-03-06 800/week @ 2024-03-13 811/week @ 2024-03-20

3,822 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