[−][src]Type Definition stm32g0::stm32g030::dma::ccr5::R
type R = R<u32, CCR5>;
Reader of register CCR5
Methods
impl R[src]
pub fn en(&self) -> EN_R[src]
Bit 0 - Channel enable
pub fn tcie(&self) -> TCIE_R[src]
Bit 1 - Transfer complete interrupt enable
pub fn htie(&self) -> HTIE_R[src]
Bit 2 - Half transfer interrupt enable
pub fn teie(&self) -> TEIE_R[src]
Bit 3 - Transfer error interrupt enable
pub fn dir(&self) -> DIR_R[src]
Bit 4 - Data transfer direction
pub fn circ(&self) -> CIRC_R[src]
Bit 5 - Circular mode
pub fn pinc(&self) -> PINC_R[src]
Bit 6 - Peripheral increment mode
pub fn minc(&self) -> MINC_R[src]
Bit 7 - Memory increment mode
pub fn psize(&self) -> PSIZE_R[src]
Bits 8:9 - Peripheral size
pub fn msize(&self) -> MSIZE_R[src]
Bits 10:11 - Memory size
pub fn pl(&self) -> PL_R[src]
Bits 12:13 - Channel priority level
pub fn mem2mem(&self) -> MEM2MEM_R[src]
Bit 14 - Memory to memory mode