[][src]Struct sam3x8e::tc1::cmr1_wave_eq_1::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register

pub fn tcclks(&mut self) -> _TCCLKSW[src]

Bits 0:2 - Clock Selection

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

Bit 3 - Clock Invert

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

Bits 4:5 - Burst Signal Selection

pub fn cpcstop(&mut self) -> _CPCSTOPW[src]

Bit 6 - Counter Clock Stopped with RC Compare

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

Bit 7 - Counter Clock Disable with RC Compare

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

Bits 8:9 - External Event Edge Selection

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

Bits 10:11 - External Event Selection

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

Bit 12 - External Event Trigger Enable

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

Bits 13:14 - Waveform Selection

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

Bit 15 - Waveform Mode

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

Bits 16:17 - RA Compare Effect on TIOA

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

Bits 18:19 - RC Compare Effect on TIOA

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

Bits 20:21 - External Event Effect on TIOA

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

Bits 22:23 - Software Trigger Effect on TIOA

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

Bits 24:25 - RB Compare Effect on TIOB

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

Bits 26:27 - RC Compare Effect on TIOB

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

Bits 28:29 - External Event Effect on TIOB

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

Bits 30:31 - Software Trigger Effect on TIOB

Auto Trait Implementations

impl Send for W

impl Sync for W

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]