pub struct R(_);
Expand description

Register CMR1_WAVE_EQ_1 reader

Implementations§

source§

impl R

source

pub fn tcclks(&self) -> TCCLKS_R

Bits 0:2 - Clock Selection

source

pub fn clki(&self) -> CLKI_R

Bit 3 - Clock Invert

source

pub fn burst(&self) -> BURST_R

Bits 4:5 - Burst Signal Selection

source

pub fn cpcstop(&self) -> CPCSTOP_R

Bit 6 - Counter Clock Stopped with RC Compare

source

pub fn cpcdis(&self) -> CPCDIS_R

Bit 7 - Counter Clock Disable with RC Compare

source

pub fn eevtedg(&self) -> EEVTEDG_R

Bits 8:9 - External Event Edge Selection

source

pub fn eevt(&self) -> EEVT_R

Bits 10:11 - External Event Selection

source

pub fn enetrg(&self) -> ENETRG_R

Bit 12 - External Event Trigger Enable

source

pub fn wavsel(&self) -> WAVSEL_R

Bits 13:14 - Waveform Selection

source

pub fn wave(&self) -> WAVE_R

Bit 15 - Waveform Mode

source

pub fn acpa(&self) -> ACPA_R

Bits 16:17 - RA Compare Effect on TIOA

source

pub fn acpc(&self) -> ACPC_R

Bits 18:19 - RC Compare Effect on TIOA

source

pub fn aeevt(&self) -> AEEVT_R

Bits 20:21 - External Event Effect on TIOA

source

pub fn aswtrg(&self) -> ASWTRG_R

Bits 22:23 - Software Trigger Effect on TIOA

source

pub fn bcpb(&self) -> BCPB_R

Bits 24:25 - RB Compare Effect on TIOB

source

pub fn bcpc(&self) -> BCPC_R

Bits 26:27 - RC Compare Effect on TIOB

source

pub fn beevt(&self) -> BEEVT_R

Bits 28:29 - External Event Effect on TIOB

source

pub fn bswtrg(&self) -> BSWTRG_R

Bits 30:31 - Software Trigger Effect on TIOB

Methods from Deref<Target = R<WAVE_EQ_1_CMR1_WAVE_EQ_1_SPEC>>§

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<WAVE_EQ_1_CMR1_WAVE_EQ_1_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<WAVE_EQ_1_CMR1_WAVE_EQ_1_SPEC>> for R

source§

fn from(reader: R<WAVE_EQ_1_CMR1_WAVE_EQ_1_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.