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

Bits 2:3 - Compare Output Mode for Channel D

Bit 0 - Pulse Width Modulator D

Bit 1 - Force Output Compare Match D

Auto Trait Implementations

impl Send for W

impl Sync for W