Enum ina260::OperMode[][src]

pub enum OperMode {
    SHUTDOWN,
    SCT,
    BVT,
    SCBVT,
    SCC,
    BVC,
    SCBVC,
}

Operating Mode Selects continuous, triggered, or power-down mode of operation.

Variants

Methods

impl OperMode
[src]

Trait Implementations

impl Copy for OperMode
[src]

impl Clone for OperMode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for OperMode

impl Sync for OperMode