[][src]Struct stm32f4xx_hal::stm32::dma2::hisr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

pub fn tcif7(&self) -> TCIF7R[src]

Bit 27 - Stream x transfer complete interrupt flag (x=7..4)

pub fn htif7(&self) -> HTIF7R[src]

Bit 26 - Stream x half transfer interrupt flag (x=7..4)

pub fn teif7(&self) -> TEIF7R[src]

Bit 25 - Stream x transfer error interrupt flag (x=7..4)

pub fn dmeif7(&self) -> DMEIF7R[src]

Bit 24 - Stream x direct mode error interrupt flag (x=7..4)

pub fn feif7(&self) -> FEIF7R[src]

Bit 22 - Stream x FIFO error interrupt flag (x=7..4)

pub fn tcif6(&self) -> TCIF7R[src]

Bit 21 - Stream x transfer complete interrupt flag (x=7..4)

pub fn htif6(&self) -> HTIF7R[src]

Bit 20 - Stream x half transfer interrupt flag (x=7..4)

pub fn teif6(&self) -> TEIF7R[src]

Bit 19 - Stream x transfer error interrupt flag (x=7..4)

pub fn dmeif6(&self) -> DMEIF7R[src]

Bit 18 - Stream x direct mode error interrupt flag (x=7..4)

pub fn feif6(&self) -> FEIF7R[src]

Bit 16 - Stream x FIFO error interrupt flag (x=7..4)

pub fn tcif5(&self) -> TCIF7R[src]

Bit 11 - Stream x transfer complete interrupt flag (x=7..4)

pub fn htif5(&self) -> HTIF7R[src]

Bit 10 - Stream x half transfer interrupt flag (x=7..4)

pub fn teif5(&self) -> TEIF7R[src]

Bit 9 - Stream x transfer error interrupt flag (x=7..4)

pub fn dmeif5(&self) -> DMEIF7R[src]

Bit 8 - Stream x direct mode error interrupt flag (x=7..4)

pub fn feif5(&self) -> FEIF7R[src]

Bit 6 - Stream x FIFO error interrupt flag (x=7..4)

pub fn tcif4(&self) -> TCIF7R[src]

Bit 5 - Stream x transfer complete interrupt flag (x=7..4)

pub fn htif4(&self) -> HTIF7R[src]

Bit 4 - Stream x half transfer interrupt flag (x=7..4)

pub fn teif4(&self) -> TEIF7R[src]

Bit 3 - Stream x transfer error interrupt flag (x=7..4)

pub fn dmeif4(&self) -> DMEIF7R[src]

Bit 2 - Stream x direct mode error interrupt flag (x=7..4)

pub fn feif4(&self) -> FEIF7R[src]

Bit 0 - Stream x FIFO error interrupt flag (x=7..4)

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

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

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

The type returned in the event of a conversion error.

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

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

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

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

impl<T> Same for T

type Output = T

Should always be Self