Struct msp432p401r::dma::dma_int0_srcflg::R[][src]

pub struct R(_);

Register DMA_INT0_SRCFLG reader

Implementations

impl R[src]

pub fn ch0(&self) -> CH0_R[src]

Bit 0 - Channel 0 was the source of DMA_INT0

pub fn ch1(&self) -> CH1_R[src]

Bit 1 - Channel 1 was the source of DMA_INT0

pub fn ch2(&self) -> CH2_R[src]

Bit 2 - Channel 2 was the source of DMA_INT0

pub fn ch3(&self) -> CH3_R[src]

Bit 3 - Channel 3 was the source of DMA_INT0

pub fn ch4(&self) -> CH4_R[src]

Bit 4 - Channel 4 was the source of DMA_INT0

pub fn ch5(&self) -> CH5_R[src]

Bit 5 - Channel 5 was the source of DMA_INT0

pub fn ch6(&self) -> CH6_R[src]

Bit 6 - Channel 6 was the source of DMA_INT0

pub fn ch7(&self) -> CH7_R[src]

Bit 7 - Channel 7 was the source of DMA_INT0

pub fn ch8(&self) -> CH8_R[src]

Bit 8 - Channel 8 was the source of DMA_INT0

pub fn ch9(&self) -> CH9_R[src]

Bit 9 - Channel 9 was the source of DMA_INT0

pub fn ch10(&self) -> CH10_R[src]

Bit 10 - Channel 10 was the source of DMA_INT0

pub fn ch11(&self) -> CH11_R[src]

Bit 11 - Channel 11 was the source of DMA_INT0

pub fn ch12(&self) -> CH12_R[src]

Bit 12 - Channel 12 was the source of DMA_INT0

pub fn ch13(&self) -> CH13_R[src]

Bit 13 - Channel 13 was the source of DMA_INT0

pub fn ch14(&self) -> CH14_R[src]

Bit 14 - Channel 14 was the source of DMA_INT0

pub fn ch15(&self) -> CH15_R[src]

Bit 15 - Channel 15 was the source of DMA_INT0

pub fn ch16(&self) -> CH16_R[src]

Bit 16 - Channel 16 was the source of DMA_INT0

pub fn ch17(&self) -> CH17_R[src]

Bit 17 - Channel 17 was the source of DMA_INT0

pub fn ch18(&self) -> CH18_R[src]

Bit 18 - Channel 18 was the source of DMA_INT0

pub fn ch19(&self) -> CH19_R[src]

Bit 19 - Channel 19 was the source of DMA_INT0

pub fn ch20(&self) -> CH20_R[src]

Bit 20 - Channel 20 was the source of DMA_INT0

pub fn ch21(&self) -> CH21_R[src]

Bit 21 - Channel 21 was the source of DMA_INT0

pub fn ch22(&self) -> CH22_R[src]

Bit 22 - Channel 22 was the source of DMA_INT0

pub fn ch23(&self) -> CH23_R[src]

Bit 23 - Channel 23 was the source of DMA_INT0

pub fn ch24(&self) -> CH24_R[src]

Bit 24 - Channel 24 was the source of DMA_INT0

pub fn ch25(&self) -> CH25_R[src]

Bit 25 - Channel 25 was the source of DMA_INT0

pub fn ch26(&self) -> CH26_R[src]

Bit 26 - Channel 26 was the source of DMA_INT0

pub fn ch27(&self) -> CH27_R[src]

Bit 27 - Channel 27 was the source of DMA_INT0

pub fn ch28(&self) -> CH28_R[src]

Bit 28 - Channel 28 was the source of DMA_INT0

pub fn ch29(&self) -> CH29_R[src]

Bit 29 - Channel 29 was the source of DMA_INT0

pub fn ch30(&self) -> CH30_R[src]

Bit 30 - Channel 30 was the source of DMA_INT0

pub fn ch31(&self) -> CH31_R[src]

Bit 31 - Channel 31 was the source of DMA_INT0

Methods from Deref<Target = R<DMA_INT0_SRCFLG_SPEC>>

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

Reads raw bits from register.

Trait Implementations

impl Deref for R[src]

type Target = R<DMA_INT0_SRCFLG_SPEC>

The resulting type after dereferencing.

impl From<R<DMA_INT0_SRCFLG_SPEC>> for R[src]

Auto Trait Implementations

impl Send for R

impl Sync for R

impl Unpin for R

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.