pub struct W(/* private fields */);
Expand description
Register DEBUG_FEATURES
writer
Implementations§
Source§impl W
impl W
Sourcepub fn cpu0_dbgen(&mut self) -> CPU0_DBGEN_W<'_, 0>
pub fn cpu0_dbgen(&mut self) -> CPU0_DBGEN_W<'_, 0>
Bits 0:1 - CPU0 Invasive debug control:.
Sourcepub fn cpu0_niden(&mut self) -> CPU0_NIDEN_W<'_, 2>
pub fn cpu0_niden(&mut self) -> CPU0_NIDEN_W<'_, 2>
Bits 2:3 - CPU0 Non Invasive debug control:.
Sourcepub fn cpu0_spiden(&mut self) -> CPU0_SPIDEN_W<'_, 4>
pub fn cpu0_spiden(&mut self) -> CPU0_SPIDEN_W<'_, 4>
Bits 4:5 - CPU0 Secure Invasive debug control:.
Sourcepub fn cpu0_spniden(&mut self) -> CPU0_SPNIDEN_W<'_, 6>
pub fn cpu0_spniden(&mut self) -> CPU0_SPNIDEN_W<'_, 6>
Bits 6:7 - CPU0 Secure Non Invasive debug control:.
Methods from Deref<Target = W<DEBUG_FEATURES_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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