Enum zinc_hal_lpc11xx::ioregs::CT32B0_ctcr_selcc [] [src]

pub enum CT32B0_ctcr_selcc {
    RisingCap0,
    FallingCap0,
    RisingCap1,
    FallingCap1,
}

Variants

RisingCap0

Rising Edge of CAP0 clears the timer (if bit 4 is set).

FallingCap0

Falling Edge of CAP0 clears the timer (if bit 4 is set).

RisingCap1

Rising Edge of CAP1 clears the timer (if bit 4 is set).

FallingCap1

Falling Edge of CAP1 clears the timer (if bit 4 is set).

Trait Implementations

Derived Implementations

impl PartialEq for CT32B0_ctcr_selcc

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

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