Struct atmega32u4::timer0::tccr_a::_WGM0W[][src]

pub struct _WGM0W<'a> { /* fields omitted */ }

Proxy

Methods

impl<'a> _WGM0W<'a>
[src]

Writes variant to the field

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _WGM0W<'a>

impl<'a> Sync for _WGM0W<'a>