Struct efm32gg990::timer2::ctrl::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bits 0:1 - Timer Mode

Bit 3 - Timer Start/Stop/Reload Synchronization

Bit 4 - One-shot Mode Enable

Bit 5 - Quadrature Decoder Mode Selection

Bit 6 - Debug Mode Run Enable

Bit 7 - DMA Request Clear on Active

Bits 8:9 - Timer Rising Input Edge Action

Bits 10:11 - Timer Falling Input Edge Action

Bit 13 - 2x Count Mode

Bits 16:17 - Clock Source Select

Bits 24:27 - Prescaler Setting

Bit 28 - Always Track Inputs

Bit 29 - Reload-Start Sets Compare Output initial State

Auto Trait Implementations

impl Send for R

impl Sync for R