Enum lpc82x::pin_int::pmctrl::SEL_PMATCHW [] [src]

pub enum SEL_PMATCHW {
    PIN_INTERRUPT_INTER,
    PATTERN_MATCH_INTER,
}

Values that can be written to the field SEL_PMATCH

Variants

Pin interrupt. Interrupts are driven in response to the standard pin interrupt function

Pattern match. Interrupts are driven in response to pattern matches.

Trait Implementations

Auto Trait Implementations

impl Send for SEL_PMATCHW

impl Sync for SEL_PMATCHW