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

pub enum WGM0W {
    NORMAL_TOP,
    PWM_PHASE,
    CTC,
    PWM_FAST,
}

Values that can be written to the field WGM0

Variants

Normal, Top: 0xff, Update: Immediate, Flag: MAX

Phase Correct PWM, Top: 0xff, Update: TOP, Flag: BOTTOM

CTC, Top: OCRA, Update: Immediate, Flag: MAX

Fast PWM, Top: 0xff, Update: TOP, Flag: MAX

Auto Trait Implementations

impl Send for WGM0W

impl Sync for WGM0W