Struct daisy::pac::hrtim_timd::rstd1r::R

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

Register RSTD1R reader

Implementations§

§

impl R

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

Bit 31 - UPDATE

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

Bit 30 - EXTEVNT10

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

Bit 29 - EXTEVNT9

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

Bit 28 - EXTEVNT8

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

Bit 27 - EXTEVNT7

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

Bit 26 - EXTEVNT6

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

Bit 25 - EXTEVNT5

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

Bit 24 - EXTEVNT4

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

Bit 23 - EXTEVNT3

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

Bit 22 - EXTEVNT2

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

Bit 21 - EXTEVNT1

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

Bit 20 - TIMEVNT9

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

Bit 19 - TIMEVNT8

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

Bit 18 - TIMEVNT7

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

Bit 17 - TIMEVNT6

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

Bit 16 - TIMEVNT5

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

Bit 15 - TIMEVNT4

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

Bit 14 - TIMEVNT3

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

Bit 13 - TIMEVNT2

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

Bit 12 - TIMEVNT1

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

Bit 11 - MSTCMP4

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

Bit 10 - MSTCMP3

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

Bit 9 - MSTCMP2

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

Bit 8 - MSTCMP1

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

Bit 7 - MSTPER

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

Bit 6 - CMP4

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

Bit 5 - CMP3

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

Bit 4 - CMP2

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

Bit 3 - CMP1

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

Bit 2 - PER

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

Bit 1 - RESYNC

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

Bit 0 - SRT

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

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

Reads raw bits from register.

Trait Implementations§

§

impl Deref for R

§

type Target = R<RSTD1R_SPEC>

The resulting type after dereferencing.
§

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

Dereferences the value.
§

impl From<R<RSTD1R_SPEC>> for R

§

fn from(reader: R<RSTD1R_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.