Enum lpc13xx::ct32b0::bemr::EMC0W [] [src]

pub enum EMC0W {
    DO_NOTHING,
    CLEAR_THE_CORRESPOND,
    SET_THE_CORRESPONDIN,
    TOGGLE_THE_CORRESPON,
}

Values that can be written to the field EMC0

Variants

Do Nothing.

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

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

Toggle the corresponding External Match bit/output.

Trait Implementations

Auto Trait Implementations

impl Send for EMC0W

impl Sync for EMC0W