pub struct R(_);
Expand description

Register PDMA_IER1 reader

Implementations§

source§

impl R

source

pub fn geie6(&self) -> GEIE6_R

Bit 0 - GEIE6

source

pub fn beie6(&self) -> BEIE6_R

Bit 1 - BEIE6

source

pub fn htie6(&self) -> HTIE6_R

Bit 2 - HTIE6

source

pub fn tcie6(&self) -> TCIE6_R

Bit 3 - TCIE6

source

pub fn teie6(&self) -> TEIE6_R

Bit 4 - TEIE6

source

pub fn geie7(&self) -> GEIE7_R

Bit 5 - GEIE7

source

pub fn beie7(&self) -> BEIE7_R

Bit 6 - BEIE7

source

pub fn htie7(&self) -> HTIE7_R

Bit 7 - HTIE7

source

pub fn tcie7(&self) -> TCIE7_R

Bit 8 - TCIE7

source

pub fn teie7(&self) -> TEIE7_R

Bit 9 - TEIE7

source

pub fn geie8(&self) -> GEIE8_R

Bit 10 - GEIE8

source

pub fn beie8(&self) -> BEIE8_R

Bit 11 - BEIE8

source

pub fn htie8(&self) -> HTIE8_R

Bit 12 - HTIE8

source

pub fn tcie8(&self) -> TCIE8_R

Bit 13 - TCIE8

source

pub fn teie8(&self) -> TEIE8_R

Bit 14 - TEIE8

source

pub fn geie9(&self) -> GEIE9_R

Bit 15 - GEIE9

source

pub fn beie9(&self) -> BEIE9_R

Bit 16 - BEIE9

source

pub fn htie9(&self) -> HTIE9_R

Bit 17 - HTIE9

source

pub fn tcie9(&self) -> TCIE9_R

Bit 18 - TCIE9

source

pub fn teie9(&self) -> TEIE9_R

Bit 19 - TEIE9

source

pub fn geie10(&self) -> GEIE10_R

Bit 20 - GEIE10

source

pub fn beie10(&self) -> BEIE10_R

Bit 21 - BEIE10

source

pub fn htie10(&self) -> HTIE10_R

Bit 22 - HTIE10

source

pub fn tcie10(&self) -> TCIE10_R

Bit 23 - TCIE10

source

pub fn teie10(&self) -> TEIE10_R

Bit 24 - TEIE10

source

pub fn geie11(&self) -> GEIE11_R

Bit 25 - GEIE11

source

pub fn beie11(&self) -> BEIE11_R

Bit 26 - BEIE11

source

pub fn htie11(&self) -> HTIE11_R

Bit 27 - HTIE11

source

pub fn tcie11(&self) -> TCIE11_R

Bit 28 - TCIE11

source

pub fn teie11(&self) -> TEIE11_R

Bit 29 - TEIE11

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<PDMA_IER1_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<PDMA_IER1_SPEC>> for R

source§

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