Type Alias gd32f1::gd32f190::timer0::ctl0::CenR

source ·
pub type CenR = BitReader<Cen>;
Expand description

Field CEN reader - Counter enable

Aliased Type§

struct CenR { /* private fields */ }

Implementations§

source§

impl CenR

source

pub const fn variant(&self) -> Cen

Get enumerated values variant

source

pub fn is_disabled(&self) -> bool

Counter disabled

source

pub fn is_enabled(&self) -> bool

Counter enabled