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

#1644 in Embedded development

Download history 1621/week @ 2024-09-13 1854/week @ 2024-09-20 1690/week @ 2024-09-27 1428/week @ 2024-10-04 1398/week @ 2024-10-11 1806/week @ 2024-10-18 1862/week @ 2024-10-25 2051/week @ 2024-11-01 1895/week @ 2024-11-08 2711/week @ 2024-11-15 2396/week @ 2024-11-22 1905/week @ 2024-11-29 2691/week @ 2024-12-06 2489/week @ 2024-12-13 1116/week @ 2024-12-20 620/week @ 2024-12-27

7,343 downloads per month
Used in 16 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