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 |
#740 in Embedded development
4,585 downloads per month
Used in 11 crates
(3 directly)
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