#[repr(transparent)]pub struct Dbgconfig(pub u32);
Tuple Fields§
§0: u32
Implementations§
source§impl Dbgconfig
impl Dbgconfig
sourcepub const fn dp_instid(&self) -> u8
pub const fn dp_instid(&self) -> u8
Configure DP instance ID for SWD multidrop selection. Recommend that this is NOT changed until you require debug access in multi-chip environment
sourcepub fn set_dp_instid(&mut self, val: u8)
pub fn set_dp_instid(&mut self, val: u8)
Configure DP instance ID for SWD multidrop selection. Recommend that this is NOT changed until you require debug access in multi-chip environment
Trait Implementations§
impl Copy for Dbgconfig
impl Eq for Dbgconfig
impl StructuralPartialEq for Dbgconfig
Auto Trait Implementations§
impl Freeze for Dbgconfig
impl RefUnwindSafe for Dbgconfig
impl Send for Dbgconfig
impl Sync for Dbgconfig
impl Unpin for Dbgconfig
impl UnwindSafe for Dbgconfig
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)