Struct stm32_metapac::dcache::Dcache
pub struct Dcache { /* private fields */ }
Expand description
Data cache.
Implementations§
§impl Dcache
impl Dcache
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
pub const fn cmdrsaddrr(self) -> Reg<Cmdrsaddrr, RW>
pub const fn cmdrsaddrr(self) -> Reg<Cmdrsaddrr, RW>
DCACHE command range start address register.
pub const fn cmdreaddrr(self) -> Reg<Cmdreaddrr, RW>
pub const fn cmdreaddrr(self) -> Reg<Cmdreaddrr, RW>
DCACHE command range end address register.
Trait Implementations§
impl Copy for Dcache
impl Eq for Dcache
impl Send for Dcache
impl StructuralPartialEq for Dcache
impl Sync for Dcache
Auto Trait Implementations§
impl Freeze for Dcache
impl RefUnwindSafe for Dcache
impl Unpin for Dcache
impl UnwindSafe for Dcache
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
)