Type Alias esp_idf_svc::hal::i2c::I2cConfig
source · pub type I2cConfig = Config;
Aliased Type§
struct I2cConfig {
pub baudrate: Hertz,
pub sda_pullup_enabled: bool,
pub scl_pullup_enabled: bool,
pub timeout: Option<APBTickType>,
pub intr_flags: EnumSet<InterruptType>,
}
Fields§
§baudrate: Hertz
§sda_pullup_enabled: bool
§scl_pullup_enabled: bool
§timeout: Option<APBTickType>
§intr_flags: EnumSet<InterruptType>