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

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

Values that can be written to the field EMC2

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 EMC2W

impl Sync for EMC2W