Struct atmega32u4::timer4::tccr_c::_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, 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)

Writes raw bits to the field

Auto Trait Implementations

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

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