Struct atmega32u4::timer4::tccr_d::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 - Fault Protection Interrupt Enable

Bit 6 - Fault Protection Mode Enable

Bit 5 - Fault Protection Noise Canceler

Bit 4 - Fault Protection Edge Select

Bit 3 - Fault Protection Analog Comparator Enable

Bit 2 - Fault Protection Interrupt Flag

Bits 0:1 - Waveform Generation Mode

Auto Trait Implementations

impl Send for R

impl Sync for R