pub struct R(/* private fields */);Expand description
Register DEBUG_FEATURES_DP reader
Implementations§
Source§impl R
impl R
Sourcepub fn cpu0_dbgen(&self) -> CPU0_DBGEN_R
pub fn cpu0_dbgen(&self) -> CPU0_DBGEN_R
Bits 0:1 - CPU0 (CPU0) Invasive debug control:.
Sourcepub fn cpu0_niden(&self) -> CPU0_NIDEN_R
pub fn cpu0_niden(&self) -> CPU0_NIDEN_R
Bits 2:3 - CPU0 Non Invasive debug control:.
Sourcepub fn cpu0_spiden(&self) -> CPU0_SPIDEN_R
pub fn cpu0_spiden(&self) -> CPU0_SPIDEN_R
Bits 4:5 - CPU0 Secure Invasive debug control:.
Sourcepub fn cpu0_spniden(&self) -> CPU0_SPNIDEN_R
pub fn cpu0_spniden(&self) -> CPU0_SPNIDEN_R
Bits 6:7 - CPU0 Secure Non Invasive debug control:.
Sourcepub fn cpu1_dbgen(&self) -> CPU1_DBGEN_R
pub fn cpu1_dbgen(&self) -> CPU1_DBGEN_R
Bits 8:9 - CPU1 Invasive debug control:.
Sourcepub fn cpu1_niden(&self) -> CPU1_NIDEN_R
pub fn cpu1_niden(&self) -> CPU1_NIDEN_R
Bits 10:11 - CPU1 Non Invasive debug control:.
Methods from Deref<Target = R<DEBUG_FEATURES_DP_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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