Struct efm32gg990::timer1::status::R[][src]

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

Value of the register as raw bits

Bit 0 - Running

Bit 1 - Direction

Bit 2 - TOPB Valid

Bit 8 - CC0 CCVB Valid

Bit 9 - CC1 CCVB Valid

Bit 10 - CC2 CCVB Valid

Bit 16 - CC0 Input Capture Valid

Bit 17 - CC1 Input Capture Valid

Bit 18 - CC2 Input Capture Valid

Bit 24 - CC0 Polarity

Bit 25 - CC1 Polarity

Bit 26 - CC2 Polarity

Auto Trait Implementations

impl Send for R

impl Sync for R