Enum efm32gg11b820::timer0::cc2_ctrl::CMOAW [] [src]

pub enum CMOAW {
    NONE,
    TOGGLE,
    CLEAR,
    SET,
}

Values that can be written to the field CMOA

Variants

No action on compare match

Toggle output on compare match

Clear output on compare match

Set output on compare match

Trait Implementations

Auto Trait Implementations

impl Send for CMOAW

impl Sync for CMOAW