Struct atmega32u4::timer4::tccr_b::W[][src]

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W
[src]

Reset value of the register

Writes raw bits to the register

Bit 7 - PWM Inversion Mode

Bits 4:5 - Dead Time Prescaler

Bits 0:3 - Clock Source

Bit 6 - Prescaler Reset

Auto Trait Implementations

impl Send for W

impl Sync for W