Struct atmega32u4::timer4::tccr_e::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 5 - Output Compare Override Enable (PD7)

Bit 4 - Output Compare Override Enable (PD6)

Bit 3 - Output Compare Override Enable (PB6)

Bit 2 - Output Compare Override Enable (PB5)

Bit 1 - Output Compare Override Enable (PC7)

Bit 0 - Output Compare Override Enable (PC6)

Auto Trait Implementations

impl Send for W

impl Sync for W