[][src]Struct atsams70j20::tc0::tc_channel::tc_cmr::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

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 - TIOAx or TIOBx 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

pub fn sbsmplr(&mut self) -> _SBSMPLRW[src]

Bits 20:22 - Loading Edge Subsampling Ratio

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self