pub type RROBIN_R = FieldReader;
Expand description
Field RROBIN
reader - 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_R { /* private fields */ }