Enum ads111x::ADS111XDataRate [] [src]

pub enum ADS111XDataRate {
    DR_8SPS,
    DR_16SPS,
    DR_32SPS,
    DR_64SPS,
    DR_128SPS,
    DR_250SPS,
    DR_475SPS,
    DR_860SPS,
}

Variants

Trait Implementations

impl Debug for ADS111XDataRate
[src]

[src]

Formats the value using the given formatter.

impl Copy for ADS111XDataRate
[src]

impl Clone for ADS111XDataRate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more