sdmmc-core 0.5.0

SD/MMC core data structures and algorithms
Documentation
1
2
3
4
5
6
7
8
9
10
use crate::range::RangeU8;

mod vcc;
mod vccq;

pub use vcc::SleepCurrentVcc;
pub use vccq::SleepCurrentVccq;

/// Represents the `SLEEP_CURRENT` sub-field of the `S_C_VCC*` fields.
pub type SleepCurrent = RangeU8<0, 0xd>;