Type Alias rp2040_pac::dma::ch::ch_al2_ctrl::RING_SEL_W

source ·
pub type RING_SEL_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field RING_SEL writer - Select whether RING_SIZE applies to read or write addresses.
If 0, read addresses are wrapped on a (1 << RING_SIZE) boundary. If 1, write addresses are wrapped.

Aliased Type§

struct RING_SEL_W<'a, REG> { /* private fields */ }