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

impl Sync for W