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

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

Proxy

Methods

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

Writes variant to the field

Normal port operation, OC0x disconnected

Toggle OC0x on Compare Match (Might depend on WGM)

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

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

Writes raw bits to the field

Auto Trait Implementations

impl<'a> Send for _COM_AW<'a>

impl<'a> Sync for _COM_AW<'a>