Enum zinc_hal_lpc11xx::ioregs::CT32B0_emr_emc1 [] [src]

pub enum CT32B0_emr_emc1 {
    DoNothing,
    ClearBit,
    SetBit,
    ToggleBit,
}

Variants

DoNothing

Do Nothing.

ClearBit

Clear the corresponding External Match bit/output to 0 (CT32Bn_MATm pin is LOW if pinned out).

SetBit

Set the corresponding External Match bit/output to 1 (CT32Bn_MATm pin is HIGH if pinned out).

ToggleBit

Toggle the corresponding External Match bit/output.

Trait Implementations

Derived Implementations

impl PartialEq for CT32B0_emr_emc1

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

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