DbgR

Type Alias DbgR 

pub type DbgR = BitReader<Dbg>;
Expand description

Field DBG reader - Debug Enable

Aliased Type§

pub struct DbgR { /* private fields */ }

Implementations§

§

impl DbgR

pub const fn variant(&self) -> Dbg

Get enumerated values variant

pub fn is_0(&self) -> bool

Watchdog disabled in chip debug mode.

pub fn is_1(&self) -> bool

Watchdog enabled in chip debug mode.