Struct atmega32u4::timer4::tccr_e::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 - Register Update Lock

Bit 6 - Enhanced Compare/PWM Mode

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 R

impl Sync for R