Type Alias R

Source
pub type R = R<u32, CCR5>;
Expand description

Reader of register CCR5

Aliased Type§

pub struct R { /* private fields */ }

Implementations§

Source§

impl R

Source

pub fn mem2mem(&self) -> MEM2MEM_R

Bit 14 - Memory to memory mode

Source

pub fn pl(&self) -> PL_R

Bits 12:13 - Channel priority level

Source

pub fn msize(&self) -> MSIZE_R

Bits 10:11 - Memory size

Source

pub fn psize(&self) -> PSIZE_R

Bits 8:9 - Peripheral size

Source

pub fn minc(&self) -> MINC_R

Bit 7 - Memory increment mode

Source

pub fn pinc(&self) -> PINC_R

Bit 6 - Peripheral increment mode

Source

pub fn circ(&self) -> CIRC_R

Bit 5 - Circular mode

Source

pub fn dir(&self) -> DIR_R

Bit 4 - Data transfer direction

Source

pub fn teie(&self) -> TEIE_R

Bit 3 - Transfer error interrupt enable

Source

pub fn htie(&self) -> HTIE_R

Bit 2 - Half transfer interrupt enable

Source

pub fn tcie(&self) -> TCIE_R

Bit 1 - Transfer complete interrupt enable

Source

pub fn en(&self) -> EN_R

Bit 0 - Channel enable