[][src]Struct gd32vf103_pac::dma0::ch4ctl::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 chen(&self) -> CHENR[src]

Bit 0 - Channel enable

pub fn ftfie(&self) -> FTFIER[src]

Bit 1 - Enable bit for channel full transfer finish interrupt

pub fn htfie(&self) -> HTFIER[src]

Bit 2 - Enable bit for channel half transfer finish interrupt

pub fn errie(&self) -> ERRIER[src]

Bit 3 - Enable bit for channel error interrupt

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

Bit 4 - Transfer direction

pub fn cmen(&self) -> CMENR[src]

Bit 5 - Circular mode enable

pub fn pnaga(&self) -> PNAGAR[src]

Bit 6 - Next address generation algorithm of peripheral

pub fn mnaga(&self) -> MNAGAR[src]

Bit 7 - Next address generation algorithm of memory

pub fn pwidth(&self) -> PWIDTHR[src]

Bits 8:9 - Transfer data size of peripheral

pub fn mwidth(&self) -> MWIDTHR[src]

Bits 10:11 - Transfer data size of memory

pub fn prio(&self) -> PRIOR[src]

Bits 12:13 - Priority level

pub fn m2m(&self) -> M2MR[src]

Bit 14 - Memory to Memory Mode

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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