[][src]Struct efr32xg1::timer0::ctrl::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R
[src]

pub fn bits(&self) -> u32
[src]

Value of the register as raw bits

pub fn mode(&self) -> MODER
[src]

Bits 0:1 - Timer Mode

pub fn sync(&self) -> SYNCR
[src]

Bit 3 - Timer Start/Stop/Reload Synchronization

pub fn osmen(&self) -> OSMENR
[src]

Bit 4 - One-shot Mode Enable

pub fn qdm(&self) -> QDMR
[src]

Bit 5 - Quadrature Decoder Mode Selection

pub fn debugrun(&self) -> DEBUGRUNR
[src]

Bit 6 - Debug Mode Run Enable

pub fn dmaclract(&self) -> DMACLRACTR
[src]

Bit 7 - DMA Request Clear on Active

pub fn risea(&self) -> RISEAR
[src]

Bits 8:9 - Timer Rising Input Edge Action

pub fn falla(&self) -> FALLAR
[src]

Bits 10:11 - Timer Falling Input Edge Action

pub fn x2cnt(&self) -> X2CNTR
[src]

Bit 13 - 2x Count Mode

pub fn clksel(&self) -> CLKSELR
[src]

Bits 16:17 - Clock Source Select

pub fn presc(&self) -> PRESCR
[src]

Bits 24:27 - Prescaler Setting

pub fn ati(&self) -> ATIR
[src]

Bit 28 - Always Track Inputs

pub fn rsscoist(&self) -> RSSCOISTR
[src]

Bit 29 - Reload-Start Sets Compare Output Initial State

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]