Type Alias gd32f1::gd32f190::adc::ctl1::CtnR

source ·
pub type CtnR = BitReader<Ctn>;
Expand description

Field CTN reader - Continuous mode

Aliased Type§

struct CtnR { /* private fields */ }

Implementations§

source§

impl CtnR

source

pub const fn variant(&self) -> Ctn

Get enumerated values variant

source

pub fn is_single(&self) -> bool

Single conversion mode

source

pub fn is_continuous(&self) -> bool

Continuous conversion mode