Struct bq769x0::Config[][src]

pub struct Config {
    pub shunt: MicroOhms,
    pub scd_delay: SCDDelay,
    pub scd_threshold: Amperes,
    pub ocd_delay: OCDDelay,
    pub ocd_threshold: Amperes,
    pub uv_delay: UVDelay,
    pub uv_threshold: MilliVolts,
    pub ov_delay: OVDelay,
    pub ov_threshold: MilliVolts,
}

Fields

shunt: MicroOhmsscd_delay: SCDDelayscd_threshold: Amperesocd_delay: OCDDelayocd_threshold: Amperesuv_delay: UVDelayuv_threshold: MilliVoltsov_delay: OVDelayov_threshold: MilliVolts

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.