[][src]Struct atsams70j19::tc0::tc_channel::tc_cmr::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) -> TCCLKS_R[src]

Bits 0:2 - Clock Selection

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

Bit 3 - Clock Invert

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

Bits 4:5 - Burst Signal Selection

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

Bit 6 - Counter Clock Stopped with RB Loading

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

Bit 7 - Counter Clock Disable with RB Loading

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

Bits 8:9 - External Trigger Edge Selection

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

Bit 10 - TIOAx or TIOBx External Trigger Selection

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

Bit 14 - RC Compare Trigger Enable

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

Bit 15 - Waveform Mode

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

Bits 16:17 - RA Loading Edge Selection

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

Bits 18:19 - RB Loading Edge Selection

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

Bits 20:22 - Loading Edge Subsampling Ratio

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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