Type Alias CEN_R

Source
pub type CEN_R = BitReader<CEN>;
Expand description

Field CEN reader - Counter enable

Aliased Type§

pub struct CEN_R { /* private fields */ }

Implementations§

Source§

impl CEN_R

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