Enum atmega32u4::timer4::tccr_c::COM_DW[][src]

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

Values that can be written to the field COM_D

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_DW

impl Sync for COM_DW