pub struct R(_);
Expand description

Register PDMA_ISCR0 reader

Implementations§

source§

impl R

source

pub fn geiclr0(&self) -> GEICLR0_R

Bit 0 - GEICLR0

source

pub fn beiclr0(&self) -> BEICLR0_R

Bit 1 - BEICLR0

source

pub fn hticlr0(&self) -> HTICLR0_R

Bit 2 - HTICLR0

source

pub fn tciclr0(&self) -> TCICLR0_R

Bit 3 - TCICLR0

source

pub fn teiclr0(&self) -> TEICLR0_R

Bit 4 - TEICLR0

source

pub fn geiclr1(&self) -> GEICLR1_R

Bit 5 - GEICLR1

source

pub fn beiclr1(&self) -> BEICLR1_R

Bit 6 - BEICLR1

source

pub fn hticlr1(&self) -> HTICLR1_R

Bit 7 - HTICLR1

source

pub fn tciclr1(&self) -> TCICLR1_R

Bit 8 - TCICLR1

source

pub fn teiclr1(&self) -> TEICLR1_R

Bit 9 - TEICLR1

source

pub fn geiclr2(&self) -> GEICLR2_R

Bit 10 - GEICLR2

source

pub fn beiclr2(&self) -> BEICLR2_R

Bit 11 - BEICLR2

source

pub fn hticlr2(&self) -> HTICLR2_R

Bit 12 - HTICLR2

source

pub fn tciclr2(&self) -> TCICLR2_R

Bit 13 - TCICLR2

source

pub fn teiclr2(&self) -> TEICLR2_R

Bit 14 - TEICLR2

source

pub fn geiclr3(&self) -> GEICLR3_R

Bit 15 - GEICLR3

source

pub fn beiclr3(&self) -> BEICLR3_R

Bit 16 - BEICLR3

source

pub fn hticlr3(&self) -> HTICLR3_R

Bit 17 - HTICLR3

source

pub fn tciclr3(&self) -> TCICLR3_R

Bit 18 - TCICLR3

source

pub fn teiclr3(&self) -> TEICLR3_R

Bit 19 - TEICLR3

source

pub fn geiclr4(&self) -> GEICLR4_R

Bit 20 - GEICLR4

source

pub fn beiclr4(&self) -> BEICLR4_R

Bit 21 - BEICLR4

source

pub fn hticlr4(&self) -> HTICLR4_R

Bit 22 - HTICLR4

source

pub fn tciclr4(&self) -> TCICLR4_R

Bit 23 - TCICLR4

source

pub fn teiclr4(&self) -> TEICLR4_R

Bit 24 - TEICLR4

source

pub fn geiclr5(&self) -> GEICLR5_R

Bit 25 - GEICLR5

source

pub fn beiclr5(&self) -> BEICLR5_R

Bit 26 - BEICLR5

source

pub fn hticlr5(&self) -> HTICLR5_R

Bit 27 - HTICLR5

source

pub fn tciclr5(&self) -> TCICLR5_R

Bit 28 - TCICLR5

source

pub fn teiclr5(&self) -> TEICLR5_R

Bit 29 - TEICLR5

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

source

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

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<PDMA_ISCR0_SPEC>

The resulting type after dereferencing.
source§

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

Dereferences the value.
source§

impl From<R<PDMA_ISCR0_SPEC>> for R

source§

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