EnableR

Type Alias EnableR 

pub type EnableR = BitReader<Enable>;
Expand description

Field ENABLE reader - Enables the counter

Aliased Type§

pub struct EnableR { /* private fields */ }

Implementations§

§

impl EnableR

pub const fn variant(&self) -> Enable

Get enumerated values variant

pub fn is_0(&self) -> bool

counter disabled

pub fn is_1(&self) -> bool

counter enabled