[][src]Type Definition stm32wb_pac::dma1::ccr1::R

type R = R<u32, CCR1>;

Reader of register CCR1

Implementations

impl R[src]

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

Bit 14 - Memory to memory mode

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

Bits 12:13 - Channel priority level

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

Bits 10:11 - Memory size

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

Bits 8:9 - Peripheral size

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

Bit 7 - Memory increment mode

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

Bit 6 - Peripheral increment mode

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

Bit 5 - Circular mode

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

Bit 4 - Data transfer direction

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

Bit 3 - Transfer error interrupt enable

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

Bit 2 - Half transfer interrupt enable

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

Bit 1 - Transfer complete interrupt enable

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

Bit 0 - Channel enable