pub struct R(_);Expand description
Register MEM_ACCESS_DBUG1 reader
Implementations
sourceimpl R
impl R
sourcepub fn internal_sram_mmu_miss(&self) -> INTERNAL_SRAM_MMU_MISS_R
pub fn internal_sram_mmu_miss(&self) -> INTERNAL_SRAM_MMU_MISS_R
Bits 0:3
sourcepub fn pidgen_ia(&self) -> PIDGEN_IA_R
pub fn pidgen_ia(&self) -> PIDGEN_IA_R
Bits 6:7
sourcepub fn ahb_access_deny(&self) -> AHB_ACCESS_DENY_R
pub fn ahb_access_deny(&self) -> AHB_ACCESS_DENY_R
Bit 8
sourcepub fn ahblite_access_deny(&self) -> AHBLITE_ACCESS_DENY_R
pub fn ahblite_access_deny(&self) -> AHBLITE_ACCESS_DENY_R
Bit 9
sourcepub fn ahblite_ia(&self) -> AHBLITE_IA_R
pub fn ahblite_ia(&self) -> AHBLITE_IA_R
Bit 10
Methods from Deref<Target = R<MEM_ACCESS_DBUG1_SPEC>>
Trait Implementations
sourceimpl From<R<MEM_ACCESS_DBUG1_SPEC>> for R
impl From<R<MEM_ACCESS_DBUG1_SPEC>> for R
sourcefn from(reader: R<MEM_ACCESS_DBUG1_SPEC>) -> Self
fn from(reader: R<MEM_ACCESS_DBUG1_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more