Struct daisy::pac::hrtim_tima::cpt1acr::R

pub struct R(/* private fields */);
Expand description

Register CPT1ACR reader

Implementations§

§

impl R

pub fn tecmp2(&self) -> BitReaderRaw<bool>

Bit 31 - Timer E Compare 2

pub fn tecmp1(&self) -> BitReaderRaw<bool>

Bit 30 - Timer E Compare 1

pub fn te1rst(&self) -> BitReaderRaw<bool>

Bit 29 - Timer E output 1 Reset

pub fn te1set(&self) -> BitReaderRaw<bool>

Bit 28 - Timer E output 1 Set

pub fn tdcmp2(&self) -> BitReaderRaw<bool>

Bit 27 - Timer D Compare 2

pub fn tdcmp1(&self) -> BitReaderRaw<bool>

Bit 26 - Timer D Compare 1

pub fn td1rst(&self) -> BitReaderRaw<bool>

Bit 25 - Timer D output 1 Reset

pub fn td1set(&self) -> BitReaderRaw<bool>

Bit 24 - Timer D output 1 Set

pub fn tccmp2(&self) -> BitReaderRaw<bool>

Bit 23 - Timer C Compare 2

pub fn tccmp1(&self) -> BitReaderRaw<bool>

Bit 22 - Timer C Compare 1

pub fn tc1rst(&self) -> BitReaderRaw<bool>

Bit 21 - Timer C output 1 Reset

pub fn tc1set(&self) -> BitReaderRaw<bool>

Bit 20 - Timer C output 1 Set

pub fn tbcmp2(&self) -> BitReaderRaw<bool>

Bit 19 - Timer B Compare 2

pub fn tbcmp1(&self) -> BitReaderRaw<bool>

Bit 18 - Timer B Compare 1

pub fn tb1rst(&self) -> BitReaderRaw<bool>

Bit 17 - Timer B output 1 Reset

pub fn tb1set(&self) -> BitReaderRaw<bool>

Bit 16 - Timer B output 1 Set

pub fn exev10cpt(&self) -> BitReaderRaw<bool>

Bit 11 - External Event 10 Capture

pub fn exev9cpt(&self) -> BitReaderRaw<bool>

Bit 10 - External Event 9 Capture

pub fn exev8cpt(&self) -> BitReaderRaw<bool>

Bit 9 - External Event 8 Capture

pub fn exev7cpt(&self) -> BitReaderRaw<bool>

Bit 8 - External Event 7 Capture

pub fn exev6cpt(&self) -> BitReaderRaw<bool>

Bit 7 - External Event 6 Capture

pub fn exev5cpt(&self) -> BitReaderRaw<bool>

Bit 6 - External Event 5 Capture

pub fn exev4cpt(&self) -> BitReaderRaw<bool>

Bit 5 - External Event 4 Capture

pub fn exev3cpt(&self) -> BitReaderRaw<bool>

Bit 4 - External Event 3 Capture

pub fn exev2cpt(&self) -> BitReaderRaw<bool>

Bit 3 - External Event 2 Capture

pub fn exev1cpt(&self) -> BitReaderRaw<bool>

Bit 2 - External Event 1 Capture

pub fn udpcpt(&self) -> BitReaderRaw<bool>

Bit 1 - Update Capture

pub fn swcpt(&self) -> BitReaderRaw<bool>

Bit 0 - Software Capture

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

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

Reads raw bits from register.

Trait Implementations§

§

impl Deref for R

§

type Target = R<CPT1ACR_SPEC>

The resulting type after dereferencing.
§

fn deref(&self) -> &<R as Deref>::Target

Dereferences the value.
§

impl From<R<CPT1ACR_SPEC>> for R

§

fn from(reader: R<CPT1ACR_SPEC>) -> R

Converts to this type from the input type.

Auto Trait Implementations§

§

impl Freeze for R

§

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 T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where 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 T
where 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 T
where 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 T
where 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.