Type Alias rp2040_pac::dma::ch::ch_al3_ctrl::RING_SEL_R

source ·
pub type RING_SEL_R = BitReader;
Expand description

Field RING_SEL reader - 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_R { /* private fields */ }