[][src]Struct efm32gg11b820::wtimer3::ctrl::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

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

Bits 0:1 - Timer Mode

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

Bit 3 - Timer Start/Stop/Reload Synchronization

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

Bit 4 - One-shot Mode Enable

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

Bit 5 - Quadrature Decoder Mode Selection

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

Bit 6 - Debug Mode Run Enable

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

Bit 7 - DMA Request Clear on Active

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

Bits 8:9 - Timer Rising Input Edge Action

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

Bits 10:11 - Timer Falling Input Edge Action

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

Bit 13 - 2x Count Mode

pub fn dissyncout(&mut self) -> _DISSYNCOUTW[src]

Bit 14 - Disable Timer From Start/Stop/Reload Other Synchronized Timers

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

Bits 16:17 - Clock Source Select

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

Bits 24:27 - Prescaler Setting

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

Bit 28 - Always Track Inputs

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

Bit 29 - Reload-Start Sets Compare Output Initial State

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

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

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

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]

impl<T> Same for T

type Output = T

Should always be Self