[][src]Struct efr32xg1::timer1::cc3_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 - CC Channel Mode

pub fn outinv(&self) -> OUTINVR
[src]

Bit 2 - Output Invert

pub fn coist(&self) -> COISTR
[src]

Bit 4 - Compare Output Initial State

pub fn cmoa(&self) -> CMOAR
[src]

Bits 8:9 - Compare Match Output Action

pub fn cofoa(&self) -> COFOAR
[src]

Bits 10:11 - Counter Overflow Output Action

pub fn cufoa(&self) -> CUFOAR
[src]

Bits 12:13 - Counter Underflow Output Action

pub fn prssel(&self) -> PRSSELR
[src]

Bits 16:19 - Compare/Capture Channel PRS Input Channel Selection

pub fn icedge(&self) -> ICEDGER
[src]

Bits 24:25 - Input Capture Edge Select

pub fn icevctrl(&self) -> ICEVCTRLR
[src]

Bits 26:27 - Input Capture Event Control

pub fn prsconf(&self) -> PRSCONFR
[src]

Bit 28 - PRS Configuration

pub fn insel(&self) -> INSELR
[src]

Bit 29 - Input Selection

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

Bit 30 - Digital Filter

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]