[][src]Struct sam3x8e::tc0::cmr1_wave_eq_1::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 cpcstop(&self) -> CPCSTOPR[src]

Bit 6 - Counter Clock Stopped with RC Compare

pub fn cpcdis(&self) -> CPCDISR[src]

Bit 7 - Counter Clock Disable with RC Compare

pub fn eevtedg(&self) -> EEVTEDGR[src]

Bits 8:9 - External Event Edge Selection

pub fn eevt(&self) -> EEVTR[src]

Bits 10:11 - External Event Selection

pub fn enetrg(&self) -> ENETRGR[src]

Bit 12 - External Event Trigger Enable

pub fn wavsel(&self) -> WAVSELR[src]

Bits 13:14 - Waveform Selection

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

Bit 15 - Waveform Mode

pub fn acpa(&self) -> ACPAR[src]

Bits 16:17 - RA Compare Effect on TIOA

pub fn acpc(&self) -> ACPCR[src]

Bits 18:19 - RC Compare Effect on TIOA

pub fn aeevt(&self) -> AEEVTR[src]

Bits 20:21 - External Event Effect on TIOA

pub fn aswtrg(&self) -> ASWTRGR[src]

Bits 22:23 - Software Trigger Effect on TIOA

pub fn bcpb(&self) -> BCPBR[src]

Bits 24:25 - RB Compare Effect on TIOB

pub fn bcpc(&self) -> BCPCR[src]

Bits 26:27 - RC Compare Effect on TIOB

pub fn beevt(&self) -> BEEVTR[src]

Bits 28:29 - External Event Effect on TIOB

pub fn bswtrg(&self) -> BSWTRGR[src]

Bits 30:31 - Software Trigger Effect on TIOB

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]