pub struct R(_);
Expand description

Register PDMA_ISR0 reader

Implementations§

source§

impl R

source

pub fn geista0(&self) -> GEISTA0_R

Bit 0 - GEISTA0

source

pub fn beista0(&self) -> BEISTA0_R

Bit 1 - BEISTA0

source

pub fn htista0(&self) -> HTISTA0_R

Bit 2 - HTISTA0

source

pub fn tcista0(&self) -> TCISTA0_R

Bit 3 - TCISTA0

source

pub fn teista0(&self) -> TEISTA0_R

Bit 4 - TEISTA0

source

pub fn geista1(&self) -> GEISTA1_R

Bit 5 - GEISTA1

source

pub fn beista1(&self) -> BEISTA1_R

Bit 6 - BEISTA1

source

pub fn htista1(&self) -> HTISTA1_R

Bit 7 - HTISTA1

source

pub fn tcista1(&self) -> TCISTA1_R

Bit 8 - TCISTA1

source

pub fn teista1(&self) -> TEISTA1_R

Bit 9 - TEISTA1

source

pub fn geista2(&self) -> GEISTA2_R

Bit 10 - GEISTA2

source

pub fn beista2(&self) -> BEISTA2_R

Bit 11 - BEISTA2

source

pub fn htista2(&self) -> HTISTA2_R

Bit 12 - HTISTA2

source

pub fn tcista2(&self) -> TCISTA2_R

Bit 13 - TCISTA2

source

pub fn teista2(&self) -> TEISTA2_R

Bit 14 - TEISTA2

source

pub fn geista3(&self) -> GEISTA3_R

Bit 15 - GEISTA3

source

pub fn beista3(&self) -> BEISTA3_R

Bit 16 - BEISTA3

source

pub fn htista3(&self) -> HTISTA3_R

Bit 17 - HTISTA3

source

pub fn tcista3(&self) -> TCISTA3_R

Bit 18 - TCISTA3

source

pub fn teista3(&self) -> TEISTA3_R

Bit 19 - TEISTA3

source

pub fn geista4(&self) -> GEISTA4_R

Bit 20 - GEISTA4

source

pub fn beista4(&self) -> BEISTA4_R

Bit 21 - BEISTA4

source

pub fn htista4(&self) -> HTISTA4_R

Bit 22 - HTISTA4

source

pub fn tcista4(&self) -> TCISTA4_R

Bit 23 - TCISTA4

source

pub fn teista4(&self) -> TEISTA4_R

Bit 24 - TEISTA4

source

pub fn geista5(&self) -> GEISTA5_R

Bit 25 - GEISTA5

source

pub fn beista5(&self) -> BEISTA5_R

Bit 26 - BEISTA5

source

pub fn htista5(&self) -> HTISTA5_R

Bit 27 - HTISTA5

source

pub fn tcista5(&self) -> TCISTA5_R

Bit 28 - TCISTA5

source

pub fn teista5(&self) -> TEISTA5_R

Bit 29 - TEISTA5

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<PDMA_ISR0_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<PDMA_ISR0_SPEC>> for R

source§

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