Enum capsules::ltc294x::ChipModel [] [src]

pub enum ChipModel {
    LTC2941,
    LTC2942,
    LTC2943,
}

Which version of the chip we are actually using.

Variants

Trait Implementations

impl Clone for ChipModel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ChipModel
[src]