[][src]Struct atsams70j20b::tc0::tc_channel::tc_cmr_waveform_mode::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 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 Loading

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 TIOAx

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

Bits 18:19 - RC Compare Effect on TIOAx

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

Bits 20:21 - External Event Effect on TIOAx

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

Bits 22:23 - Software Trigger Effect on TIOAx

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

Bits 24:25 - RB Compare Effect on TIOBx

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

Bits 26:27 - RC Compare Effect on TIOBx

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

Bits 28:29 - External Event Effect on TIOBx

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

Bits 30:31 - Software Trigger Effect on TIOBx

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