Enum zinc_hal_lpc11xx::ioregs::CT16B0_ctcr_ctm [] [src]

pub enum CT16B0_ctcr_ctm {
    EveryRisingPCLK,
    Rising,
    Falling,
    Both,
}

Variants

EveryRisingPCLK

Timer Mode: every rising PCLK edge

Rising

Counter Mode: TC is incremented on rising edges on the CAP input selected by bits 3:2.

Falling

Counter Mode: TC is incremented on falling edges on the CAP input selected by bits 3:2.

Both

Counter Mode: TC is incremented on both edges on the CAP input selected by bits 3:2.

Trait Implementations

Derived Implementations

impl PartialEq for CT16B0_ctcr_ctm

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

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