#[repr(transparent)]pub struct Debugctrl(pub u32);
Expand description
Processor debug control
Tuple Fields§
§0: u32
Implementations§
Source§impl Debugctrl
impl Debugctrl
Sourcepub fn set_cpuniden(&mut self, val: Cpuniden)
pub fn set_cpuniden(&mut self, val: Cpuniden)
Configure CPU non-intrusive debug features
Sourcepub const fn cpufpben(&self) -> Cpufpben
pub const fn cpufpben(&self) -> Cpufpben
Configure CPU flash patch and breakpoint (FPB) unit behavior
Sourcepub fn set_cpufpben(&mut self, val: Cpufpben)
pub fn set_cpufpben(&mut self, val: Cpufpben)
Configure CPU flash patch and breakpoint (FPB) unit behavior
Trait Implementations§
impl Copy for Debugctrl
impl Eq for Debugctrl
impl StructuralPartialEq for Debugctrl
Auto Trait Implementations§
impl Freeze for Debugctrl
impl RefUnwindSafe for Debugctrl
impl Send for Debugctrl
impl Sync for Debugctrl
impl Unpin for Debugctrl
impl UnwindSafe for Debugctrl
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
)