Enum zinc_hal_lpc11xx::ioregs::ADC_cr_edge [] [src]

pub enum ADC_cr_edge {
    Rising,
    Falling,
}

Variants

Rising

Start conversion on a rising edge on the selected CAP/MAT signal.

Falling

Start conversion on a rising edge on the selected CAP/MAT signal.

Trait Implementations

Derived Implementations

impl PartialEq for ADC_cr_edge

fn eq(&self, __arg_0: &ADC_cr_edge) -> bool

fn ne(&self, __arg_0: &ADC_cr_edge) -> bool