Struct atmega32u4::timer1::tccr_a::_COM_CW[][src]

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

Proxy

Methods

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

Writes variant to the field

Normal port operation, OC1x disconnected

Toggle OC1x on Compare Match (Might depend on WGM)

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

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _COM_CW<'a>

impl<'a> Sync for _COM_CW<'a>