[][src]Type Definition stm32wb_pac::dma2::ccr6::W

type W = W<u32, CCR6>;

Writer for register CCR6

Implementations

impl W[src]

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

Bit 14 - Memory to memory mode

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

Bits 12:13 - Channel priority level

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

Bits 10:11 - Memory size

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

Bits 8:9 - Peripheral size

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

Bit 7 - Memory increment mode

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

Bit 6 - Peripheral increment mode

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

Bit 5 - Circular mode

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

Bit 4 - Data transfer direction

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

Bit 3 - Transfer error interrupt enable

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

Bit 2 - Half transfer interrupt enable

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

Bit 1 - Transfer complete interrupt enable

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

Bit 0 - Channel enable