Struct atmega32u4::timer4::timsk::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 - Output Compare Match D Interrupt Enable

Bit 6 - Output Compare Match A Interrupt Enable

Bit 5 - Output Compare Match B Interrupt Enable

Bit 2 - Timer Overflow Interrupt Enable

Auto Trait Implementations

impl Send for W

impl Sync for W