pub struct CACHE_MMU_ACCESS_1_SPEC;
Expand description
SENSITIVE_CACHE_MMU_ACCESS_1_REG
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see cache_mmu_access_1 module
Trait Implementations
sourceimpl Readable for CACHE_MMU_ACCESS_1_SPEC
impl Readable for CACHE_MMU_ACCESS_1_SPEC
read()
method returns cache_mmu_access_1::R reader structure
sourceimpl Resettable for CACHE_MMU_ACCESS_1_SPEC
impl Resettable for CACHE_MMU_ACCESS_1_SPEC
reset()
method sets CACHE_MMU_ACCESS_1 to value 0x03
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for CACHE_MMU_ACCESS_1_SPEC
impl Writable for CACHE_MMU_ACCESS_1_SPEC
write(|w| ..)
method takes cache_mmu_access_1::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for CACHE_MMU_ACCESS_1_SPEC
impl Send for CACHE_MMU_ACCESS_1_SPEC
impl Sync for CACHE_MMU_ACCESS_1_SPEC
impl Unpin for CACHE_MMU_ACCESS_1_SPEC
impl UnwindSafe for CACHE_MMU_ACCESS_1_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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