W

Type Alias W 

Source
pub type W = W<u32, CCR3>;
Expand description

Writer for register CCR3

Aliased Type§

pub struct W { /* private fields */ }

Implementations§

Source§

impl W

Source

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

Bit 14 - Memory to memory mode

Source

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

Bits 12:13 - Channel priority level

Source

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

Bits 10:11 - Memory size

Source

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

Bits 8:9 - Peripheral size

Source

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

Bit 7 - Memory increment mode

Source

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

Bit 6 - Peripheral increment mode

Source

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

Bit 5 - Circular mode

Source

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

Bit 4 - Data transfer direction

Source

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

Bit 3 - Transfer error interrupt enable

Source

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

Bit 2 - Half transfer interrupt enable

Source

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

Bit 1 - Transfer complete interrupt enable

Source

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

Bit 0 - Channel enable