Type Alias atsamd51j::sdhc0::dbgr::NIDBG_R

source ·
pub type NIDBG_R = BitReader<NIDBGSELECT_A>;
Expand description

Field NIDBG reader - Non-intrusive debug enable

Aliased Type§

struct NIDBG_R { /* private fields */ }

Implementations§

source§

impl NIDBG_R

source

pub const fn variant(&self) -> NIDBGSELECT_A

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)