pub struct DBG_CFGINFO_SPEC;
Expand description
The PIO hardware has some free parameters that may vary between chip products.
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.
Trait Implementations§
Source§impl RegisterSpec for DBG_CFGINFO_SPEC
impl RegisterSpec for DBG_CFGINFO_SPEC
Source§impl Resettable for DBG_CFGINFO_SPEC
reset()
method sets DBG_CFGINFO to value 0
impl Resettable for DBG_CFGINFO_SPEC
reset()
method sets DBG_CFGINFO to value 0
Source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for DBG_CFGINFO_SPEC
read()
method returns dbg_cfginfo::R
reader structure
Auto Trait Implementations§
impl Freeze for DBG_CFGINFO_SPEC
impl RefUnwindSafe for DBG_CFGINFO_SPEC
impl Send for DBG_CFGINFO_SPEC
impl Sync for DBG_CFGINFO_SPEC
impl Unpin for DBG_CFGINFO_SPEC
impl UnwindSafe for DBG_CFGINFO_SPEC
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more