Enum zinc_hal_lpc11xx::ioregs::CT32B0_emr_emc2
[−]
[src]
pub enum CT32B0_emr_emc2 { 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. |