These should be provided in the chip datasheet, but are also exposed here.
You can read this register and get dbg_cfginfo::R. See API.
read
dbg_cfginfo::R
u8
u16
u32
reset() method sets DBG_CFGINFO to value 0
reset()
read() method returns dbg_cfginfo::R reader structure
read()
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U