[][src]Type Definition stm32f3::stm32f373::dma1::ch::cr::W

type W = W<u32, CR>;

Writer for register CR

Methods

impl W[src]

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

Bit 0 - Channel enable

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

Bit 1 - Transfer complete interrupt enable

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

Bit 2 - Half Transfer interrupt enable

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

Bit 3 - Transfer error interrupt enable

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

Bit 4 - Data transfer direction

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

Bit 5 - Circular mode

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

Bit 6 - Peripheral increment mode

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

Bit 7 - Memory increment mode

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

Bits 8:9 - Peripheral size

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

Bits 10:11 - Memory size

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

Bits 12:13 - Channel Priority level

pub fn mem2mem(&mut self) -> MEM2MEM_W[src]

Bit 14 - Memory to memory mode