Type Alias atsamd51j::sdhc0::dbgr::NIDBG_W

source ·
pub type NIDBG_W<'a, REG, const O: u8> = BitWriter<'a, REG, O, NIDBGSELECT_A>;
Expand description

Field NIDBG writer - Non-intrusive debug enable

Aliased Type§

struct NIDBG_W<'a, REG, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, REG, const O: u8> NIDBG_W<'a, REG, O>
where REG: Writable + RegisterSpec,

source

pub fn idbg(self) -> &'a mut W<REG>

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

source

pub fn nidbg(self) -> &'a mut W<REG>

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