AdcoW

Type Alias AdcoW 

pub type AdcoW<'a, REG> = BitWriter<'a, REG, Adco>;
Expand description

Field ADCO writer - Continuous Conversion Enable

Aliased Type§

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

Implementations§

§

impl<'a, REG> AdcoW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

One conversion will be performed (or one set of conversions, if AVGE is set) after a conversion is initiated.

pub fn _1(self) -> &'a mut W<REG>

Continuous conversions will be performed (or continuous sets of conversions, if AVGE is set) after a conversion is initiated.