Enum atmega32u4::timer0::tccr_a::COM_BW[][src]

pub enum COM_BW {
    DISCONNECTED,
    MATCH_TOGGLE,
    MATCH_CLEAR,
    MATCH_SET,
}

Values that can be written to the field COM_B

Variants

Normal port operation, OC0x disconnected

Toggle OC0x on Compare Match (Might depend on WGM)

Clear OC0x on Compare Match (If PWM is enabled, OC0x is set at TOP)

Set OC0x on Compare Match (If PWM is enabled, OC0x is cleared at TOP)

Auto Trait Implementations

impl Send for COM_BW

impl Sync for COM_BW