[][src]Struct sam3x8e::tc2::cmr2::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 tcclks(&self) -> TCCLKSR[src]

Bits 0:2 - Clock Selection

pub fn clki(&self) -> CLKIR[src]

Bit 3 - Clock Invert

pub fn burst(&self) -> BURSTR[src]

Bits 4:5 - Burst Signal Selection

pub fn ldbstop(&self) -> LDBSTOPR[src]

Bit 6 - Counter Clock Stopped with RB Loading

pub fn ldbdis(&self) -> LDBDISR[src]

Bit 7 - Counter Clock Disable with RB Loading

pub fn etrgedg(&self) -> ETRGEDGR[src]

Bits 8:9 - External Trigger Edge Selection

pub fn abetrg(&self) -> ABETRGR[src]

Bit 10 - TIOA or TIOB External Trigger Selection

pub fn cpctrg(&self) -> CPCTRGR[src]

Bit 14 - RC Compare Trigger Enable

pub fn wave(&self) -> WAVER[src]

Bit 15 - Waveform Mode

pub fn ldra(&self) -> LDRAR[src]

Bits 16:17 - RA Loading Edge Selection

pub fn ldrb(&self) -> LDRBR[src]

Bits 18:19 - RB Loading Edge Selection

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
    U: Into<T>, 
[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]