Enum atmega32u4::timer4::tccr_c::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, OC4x disconnected

Toggle OC4x on Compare Match (Might depend on WGM)

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

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

Auto Trait Implementations

impl Send for COM_BW

impl Sync for COM_BW