[][src]Struct efr32xg1::pcnt0::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:2 - Mode Select

pub fn filt(&self) -> FILTR
[src]

Bit 3 - Enable Digital Pulse Width Filter

pub fn rsten(&self) -> RSTENR
[src]

Bit 4 - Enable PCNT Clock Domain Reset

pub fn cntrsten(&self) -> CNTRSTENR
[src]

Bit 5 - Enable CNT Reset

pub fn auxcntrsten(&self) -> AUXCNTRSTENR
[src]

Bit 6 - Enable AUXCNT Reset

pub fn debughalt(&self) -> DEBUGHALTR
[src]

Bit 7 - Debug Mode Halt Enable

pub fn hyst(&self) -> HYSTR
[src]

Bit 8 - Enable Hysteresis

pub fn s1cdir(&self) -> S1CDIRR
[src]

Bit 9 - Count Direction Determined By S1

pub fn cntev(&self) -> CNTEVR
[src]

Bits 10:11 - Controls When the Counter Counts

pub fn auxcntev(&self) -> AUXCNTEVR
[src]

Bits 12:13 - Controls When the Auxiliary Counter Counts

pub fn cntdir(&self) -> CNTDIRR
[src]

Bit 14 - Non-Quadrature Mode Counter Direction Control

pub fn edge(&self) -> EDGER
[src]

Bit 15 - Edge Select

pub fn tccmode(&self) -> TCCMODER
[src]

Bits 16:17 - Sets the Mode for Triggered Compare and Clear

pub fn tccpresc(&self) -> TCCPRESCR
[src]

Bits 19:20 - Set the LFA Prescaler for Triggered Compare and Clear

pub fn tcccomp(&self) -> TCCCOMPR
[src]

Bits 22:23 - Triggered Compare and Clear Compare Mode

pub fn prsgateen(&self) -> PRSGATEENR
[src]

Bit 24 - PRS Gate Enable

pub fn tccprspol(&self) -> TCCPRSPOLR
[src]

Bit 25 - TCC PRS Polarity Select

pub fn tccprssel(&self) -> TCCPRSSELR
[src]

Bits 26:29 - TCC PRS Channel Select

pub fn topbhfsel(&self) -> TOPBHFSELR
[src]

Bit 31 - TOPB High Frequency Value Select

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]