Struct daisy::pac::hrtim_common::fltinr1::R

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

Register FLTINR1 reader

Implementations§

§

impl R

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

Bit 31 - FLT4LCK

pub fn flt4f(&self) -> FieldReaderRaw<u8, u8>

Bits 27:30 - FLT4F

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

Bit 26 - FLT4SRC

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

Bit 25 - FLT4P

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

Bit 24 - FLT4E

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

Bit 23 - FLT3LCK

pub fn flt3f(&self) -> FieldReaderRaw<u8, u8>

Bits 19:22 - FLT3F

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

Bit 18 - FLT3SRC

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

Bit 17 - FLT3P

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

Bit 16 - FLT3E

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

Bit 15 - FLT2LCK

pub fn flt2f(&self) -> FieldReaderRaw<u8, u8>

Bits 11:14 - FLT2F

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

Bit 10 - FLT2SRC

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

Bit 9 - FLT2P

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

Bit 8 - FLT2E

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

Bit 7 - FLT1LCK

pub fn flt1f(&self) -> FieldReaderRaw<u8, u8>

Bits 3:6 - FLT1F

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

Bit 2 - FLT1SRC

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

Bit 1 - FLT1P

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

Bit 0 - FLT1E

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

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

Reads raw bits from register.

Trait Implementations§

§

impl Deref for R

§

type Target = R<FLTINR1_SPEC>

The resulting type after dereferencing.
§

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

Dereferences the value.
§

impl From<R<FLTINR1_SPEC>> for R

§

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