MonitoractR

Type Alias MonitoractR 

pub type MonitoractR = BitReader<Monitoract>;
Expand description

Field MONITORACT reader - Debug monitor active bit, reads as 1 if Debug monitor is active

Aliased Type§

pub struct MonitoractR { /* private fields */ }

Implementations§

§

impl MonitoractR

pub const fn variant(&self) -> Monitoract

Get enumerated values variant

pub fn is_0(&self) -> bool

exception is not active

pub fn is_1(&self) -> bool

exception is active