Type Alias rp2040_pac::adc::cs::RROBIN_W

source ·
pub type RROBIN_W<'a, REG> = FieldWriter<'a, REG, 5>;
Expand description

Field RROBIN writer - Round-robin sampling. 1 bit per channel. Set all bits to 0 to disable.
Otherwise, the ADC will cycle through each enabled channel in a round-robin fashion.
The first channel to be sampled will be the one currently indicated by AINSEL.
AINSEL will be updated after each conversion with the newly-selected channel.

Aliased Type§

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