Struct daisy::pac::hrtim_timb::rstbr::R

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

Register RSTBR reader

Implementations§

§

impl R

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

Bit 30 - Timer E Compare 4

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

Bit 29 - Timer E Compare 2

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

Bit 28 - Timer E Compare 1

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

Bit 27 - Timer D Compare 4

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

Bit 26 - Timer D Compare 2

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

Bit 25 - Timer D Compare 1

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

Bit 24 - Timer C Compare 4

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

Bit 23 - Timer C Compare 2

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

Bit 22 - Timer C Compare 1

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

Bit 21 - Timer A Compare 4

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

Bit 20 - Timer A Compare 2

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

Bit 19 - Timer A Compare 1

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

Bit 18 - External Event 10

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

Bit 17 - External Event 9

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

Bit 16 - External Event 8

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

Bit 15 - External Event 7

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

Bit 14 - External Event 6

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

Bit 13 - External Event 5

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

Bit 12 - External Event 4

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

Bit 11 - External Event 3

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

Bit 10 - External Event 2

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

Bit 9 - External Event 1

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

Bit 8 - Master compare 4

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

Bit 7 - Master compare 3

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

Bit 6 - Master compare 2

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

Bit 5 - Master compare 1

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

Bit 4 - Master timer Period

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

Bit 3 - Timer A compare 4 reset

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

Bit 2 - Timer A compare 2 reset

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

Bit 1 - Timer A Update reset

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

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

Reads raw bits from register.

Trait Implementations§

§

impl Deref for R

§

type Target = R<RSTBR_SPEC>

The resulting type after dereferencing.
§

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

Dereferences the value.
§

impl From<R<RSTBR_SPEC>> for R

§

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