Type Alias gd32f1::gd32f190::adc::ctl1::CtnW

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

Field CTN writer - Continuous mode

Aliased Type§

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

Implementations§

source§

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

source

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

Single conversion mode

source

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

Continuous conversion mode