Struct atmega32u4::timer4::tccr_a::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

Bits 6:7 - Compare Output Mode for Channel A

Bits 4:5 - Compare Output Mode for Channel B

Bit 1 - Pulse Width Modulator A

Bit 0 - Pulse Width Modulator B

Bit 3 - Force Output Compare Match A

Bit 2 - Force Output Compare Match B

Auto Trait Implementations

impl Send for W

impl Sync for W