[][src]Struct stm32f429::dma2::s1cr::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 chsel(&self) -> CHSELR[src]

Bits 25:27 - Channel selection

pub fn mburst(&self) -> MBURSTR[src]

Bits 23:24 - Memory burst transfer configuration

pub fn pburst(&self) -> PBURSTR[src]

Bits 21:22 - Peripheral burst transfer configuration

pub fn ack(&self) -> ACKR[src]

Bit 20 - ACK

pub fn ct(&self) -> CTR[src]

Bit 19 - Current target (only in double buffer mode)

pub fn dbm(&self) -> DBMR[src]

Bit 18 - Double buffer mode

pub fn pl(&self) -> PLR[src]

Bits 16:17 - Priority level

pub fn pincos(&self) -> PINCOSR[src]

Bit 15 - Peripheral increment offset size

pub fn msize(&self) -> MSIZER[src]

Bits 13:14 - Memory data size

pub fn psize(&self) -> PSIZER[src]

Bits 11:12 - Peripheral data size

pub fn minc(&self) -> MINCR[src]

Bit 10 - Memory increment mode

pub fn pinc(&self) -> PINCR[src]

Bit 9 - Peripheral increment mode

pub fn circ(&self) -> CIRCR[src]

Bit 8 - Circular mode

pub fn dir(&self) -> DIRR[src]

Bits 6:7 - Data transfer direction

pub fn pfctrl(&self) -> PFCTRLR[src]

Bit 5 - Peripheral flow controller

pub fn tcie(&self) -> TCIER[src]

Bit 4 - Transfer complete interrupt enable

pub fn htie(&self) -> HTIER[src]

Bit 3 - Half transfer interrupt enable

pub fn teie(&self) -> TEIER[src]

Bit 2 - Transfer error interrupt enable

pub fn dmeie(&self) -> DMEIER[src]

Bit 1 - Direct mode error interrupt enable

pub fn en(&self) -> ENR[src]

Bit 0 - Stream enable / flag stream ready when read low

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

impl<T> From for T[src]

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

🔬 This is a nightly-only experimental API. (try_from)

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]