Struct stm32f103xx::dma1::ccr1::R
[−]
[src]
pub struct R { /* fields omitted */ }
Value read from the register
Methods
impl R
[src]
fn bits(&self) -> u32
Value of the register as raw bits
fn en(&self) -> ENR
Bit 0 - Channel enable
fn tcie(&self) -> TCIER
Bit 1 - Transfer complete interrupt enable
fn htie(&self) -> HTIER
Bit 2 - Half Transfer interrupt enable
fn teie(&self) -> TEIER
Bit 3 - Transfer error interrupt enable
fn dir(&self) -> DIRR
Bit 4 - Data transfer direction
fn circ(&self) -> CIRCR
Bit 5 - Circular mode
fn pinc(&self) -> PINCR
Bit 6 - Peripheral increment mode
fn minc(&self) -> MINCR
Bit 7 - Memory increment mode
fn psize(&self) -> PSIZER
Bits 8:9 - Peripheral size
fn msize(&self) -> MSIZER
Bits 10:11 - Memory size
fn pl(&self) -> PLR
Bits 12:13 - Channel Priority level
fn mem2mem(&self) -> MEM2MEMR
Bit 14 - Memory to memory mode