Type Alias NidbgR

Source
pub type NidbgR = BitReader<Nidbgselect>;
Expand description

Field NIDBG reader - Non-intrusive debug enable

Aliased Type§

struct NidbgR { /* private fields */ }

Implementations§

Source§

impl NidbgR

Source

pub const fn variant(&self) -> Nidbgselect

Get enumerated values variant

Source

pub fn is_idbg(&self) -> bool

Debugging is intrusive (reads of BDPR from debugger are considered and increment the internal buffer pointer)

Source

pub fn is_nidbg(&self) -> bool

Debugging is not intrusive (reads of BDPR from debugger are discarded and do not increment the internal buffer pointer)