[][src]Struct atsams70q19b::tc0::tc_channel::tc_cmr_waveform_mode::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 cpcstop(&self) -> CPCSTOP_R[src]

Bit 6 - Counter Clock Stopped with RC Compare

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

Bit 7 - Counter Clock Disable with RC Loading

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

Bits 8:9 - External Event Edge Selection

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

Bits 10:11 - External Event Selection

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

Bit 12 - External Event Trigger Enable

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

Bits 13:14 - Waveform Selection

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

Bit 15 - Waveform Mode

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

Bits 16:17 - RA Compare Effect on TIOAx

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

Bits 18:19 - RC Compare Effect on TIOAx

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

Bits 20:21 - External Event Effect on TIOAx

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

Bits 22:23 - Software Trigger Effect on TIOAx

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

Bits 24:25 - RB Compare Effect on TIOBx

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

Bits 26:27 - RC Compare Effect on TIOBx

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

Bits 28:29 - External Event Effect on TIOBx

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

Bits 30:31 - Software Trigger Effect on TIOBx

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