Struct stm32wlxx_hal::pac::dma1::isr::R

pub struct R(/* private fields */);
Available on crate feature stm32wl5x_cm4 only.
Expand description

Register ISR reader

Implementations§

§

impl R

pub fn teif7(&self) -> BitReaderRaw<TEIF1_A>

Bit 27 - transfer error (TE) flag for channel 7

pub fn htif7(&self) -> BitReaderRaw<HTIF1_A>

Bit 26 - half transfer (HT) flag for channel 7

pub fn tcif7(&self) -> BitReaderRaw<TCIF1_A>

Bit 25 - transfer complete (TC) flag for channel 7

pub fn gif7(&self) -> BitReaderRaw<GIF1_A>

Bit 24 - global interrupt flag for channel 7

pub fn teif6(&self) -> BitReaderRaw<TEIF1_A>

Bit 23 - transfer error (TE) flag for channel 6

pub fn htif6(&self) -> BitReaderRaw<HTIF1_A>

Bit 22 - half transfer (HT) flag for channel 6

pub fn tcif6(&self) -> BitReaderRaw<TCIF1_A>

Bit 21 - transfer complete (TC) flag for channel 6

pub fn gif6(&self) -> BitReaderRaw<GIF1_A>

Bit 20 - global interrupt flag for channel 6

pub fn teif5(&self) -> BitReaderRaw<TEIF1_A>

Bit 19 - transfer error (TE) flag for channel 5

pub fn htif5(&self) -> BitReaderRaw<HTIF1_A>

Bit 18 - half transfer (HT) flag for channel 5

pub fn tcif5(&self) -> BitReaderRaw<TCIF1_A>

Bit 17 - transfer complete (TC) flag for channel 5

pub fn gif5(&self) -> BitReaderRaw<GIF1_A>

Bit 16 - global interrupt flag for channel 5

pub fn teif4(&self) -> BitReaderRaw<TEIF1_A>

Bit 15 - transfer error (TE) flag for channel 4

pub fn htif4(&self) -> BitReaderRaw<HTIF1_A>

Bit 14 - half transfer (HT) flag for channel 4

pub fn tcif4(&self) -> BitReaderRaw<TCIF1_A>

Bit 13 - transfer complete (TC) flag for channel 4

pub fn gif4(&self) -> BitReaderRaw<GIF1_A>

Bit 12 - global interrupt flag for channel 4

pub fn teif3(&self) -> BitReaderRaw<TEIF1_A>

Bit 11 - transfer error (TE) flag for channel 3

pub fn htif3(&self) -> BitReaderRaw<HTIF1_A>

Bit 10 - half transfer (HT) flag for channel 3

pub fn tcif3(&self) -> BitReaderRaw<TCIF1_A>

Bit 9 - transfer complete (TC) flag for channel 3

pub fn gif3(&self) -> BitReaderRaw<GIF1_A>

Bit 8 - global interrupt flag for channel 3

pub fn teif2(&self) -> BitReaderRaw<TEIF1_A>

Bit 7 - transfer error (TE) flag for channel 2

pub fn htif2(&self) -> BitReaderRaw<HTIF1_A>

Bit 6 - half transfer (HT) flag for channel 2

pub fn tcif2(&self) -> BitReaderRaw<TCIF1_A>

Bit 5 - transfer complete (TC) flag for channel 2

pub fn gif2(&self) -> BitReaderRaw<GIF1_A>

Bit 4 - global interrupt flag for channel 2

pub fn teif1(&self) -> BitReaderRaw<TEIF1_A>

Bit 3 - transfer error (TE) flag for channel 1

pub fn htif1(&self) -> BitReaderRaw<HTIF1_A>

Bit 2 - half transfer (HT) flag for channel 1

pub fn tcif1(&self) -> BitReaderRaw<TCIF1_A>

Bit 1 - transfer complete (TC) flag for channel 1

pub fn gif1(&self) -> BitReaderRaw<GIF1_A>

Bit 0 - global interrupt flag for channel 1

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

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

Reads raw bits from register.

Trait Implementations§

§

impl Deref for R

§

type Target = R<ISR_SPEC>

The resulting type after dereferencing.
§

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

Dereferences the value.
§

impl From<R<ISR_SPEC>> for R

§

fn from(reader: R<ISR_SPEC>) -> R

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.