Enum ina260::SCConvTime[][src]

pub enum SCConvTime {
    US140,
    US204,
    US332,
    US588,
    MS1_1,
    MS2_116,
    MS4_156,
    MS8_244,
}

Shunt Current Conversion Time Sets the conversion time for the shunt current measurement

Variants

Methods

impl SCConvTime
[src]

Trait Implementations

impl Copy for SCConvTime
[src]

impl Clone for SCConvTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for SCConvTime

impl Sync for SCConvTime