[][src]Struct sam3x8e::tc1::cmr1::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 ldbstop(&mut self) -> _LDBSTOPW[src]

Bit 6 - Counter Clock Stopped with RB Loading

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

Bit 7 - Counter Clock Disable with RB Loading

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

Bits 8:9 - External Trigger Edge Selection

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

Bit 10 - TIOA or TIOB External Trigger Selection

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

Bit 14 - RC Compare Trigger Enable

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

Bit 15 - Waveform Mode

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

Bits 16:17 - RA Loading Edge Selection

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

Bits 18:19 - RB Loading Edge Selection

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]