DbgEnR

Type Alias DbgEnR 

pub type DbgEnR = BitReader<DbgEn>;
Expand description

Field DBG_EN reader - Debug Enable Bit

Aliased Type§

pub struct DbgEnR { /* private fields */ }

Implementations§

§

impl DbgEnR

pub const fn variant(&self) -> DbgEn

Get enumerated values variant

pub fn is_0(&self) -> bool

Timer channels are stopped in Debug mode

pub fn is_1(&self) -> bool

Timer channels continue to run in Debug mode