[][src]Struct efr32xg1::letimer0::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 repmode(&self) -> REPMODER
[src]

Bits 0:1 - Repeat Mode

pub fn ufoa0(&self) -> UFOA0R
[src]

Bits 2:3 - Underflow Output Action 0

pub fn ufoa1(&self) -> UFOA1R
[src]

Bits 4:5 - Underflow Output Action 1

pub fn opol0(&self) -> OPOL0R
[src]

Bit 6 - Output 0 Polarity

pub fn opol1(&self) -> OPOL1R
[src]

Bit 7 - Output 1 Polarity

pub fn buftop(&self) -> BUFTOPR
[src]

Bit 8 - Buffered Top

pub fn comp0top(&self) -> COMP0TOPR
[src]

Bit 9 - Compare Value 0 is Top Value

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

Bit 12 - Debug Mode Run Enable

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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> From for T
[src]

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]