[][src]Enum max3010x::LedPulseWidth

pub enum LedPulseWidth {
    Pw69,
    Pw118,
    Pw215,
    Pw411,
}

LED pulse width (determines ADC resolution)

This is limited by the current mode and the selected sample rate.

Variants

Pw69

69 μs pulse width (15-bit ADC resolution)

Pw118

118 μs pulse width (16-bit ADC resolution)

Pw215

215 μs pulse width (17-bit ADC resolution)

Pw411

411 μs pulse width (18-bit ADC resolution)

Trait Implementations

impl Debug for LedPulseWidth[src]

impl PartialEq<LedPulseWidth> for LedPulseWidth[src]

#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]

This method tests for !=.

impl Copy for LedPulseWidth[src]

impl Clone for LedPulseWidth[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]