Struct atmega32u4::timer4::timsk::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

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 R

impl Sync for R