Skip to main content

SdCardConfiguration

Type Alias SdCardConfiguration 

Source
pub type SdCardConfiguration = Configuration;

Aliased Type§

pub struct SdCardConfiguration {
    pub command_timeout_ms: u32,
    pub io_voltage: Voltage,
    pub speed_khz: u32,
    pub input_delay_phase: DelayPhase,
    pub driver_strength: DriverStrength,
    pub current_limit: CurrentLimit,
}

Fields§

§command_timeout_ms: u32

Command timeout in milliseconds. Default is 0 (no timeout)

§io_voltage: Voltage

SD-Card IO voltage. Default is 3.3V; 1.8V might only be necessary for ESP32P4 and UHS-I speeds

§speed_khz: u32

SD-Card speed in kHz. Default is 20000 kHz (20 MHz) Maximum speed is usually 40000 kHz (40 MHz) Speeds lower than 20000 kHz can also be used

§input_delay_phase: DelayPhase§driver_strength: DriverStrength§current_limit: CurrentLimit