pub struct Cache { /* private fields */ }
Expand description
Cache
Implementations§
Source§impl Cache
impl Cache
pub const unsafe fn from_ptr(ptr: *mut ()) -> Self
pub const fn as_ptr(&self) -> *mut ()
Sourcepub const fn tasks_invalidatecache(self) -> Reg<u32, W>
pub const fn tasks_invalidatecache(self) -> Reg<u32, W>
Invalidate the cache.
Sourcepub const fn tasks_invalidateline(self) -> Reg<u32, W>
pub const fn tasks_invalidateline(self) -> Reg<u32, W>
Invalidate the line.
Sourcepub const fn tasks_erase(self) -> Reg<u32, W>
pub const fn tasks_erase(self) -> Reg<u32, W>
Erase the cache.
Sourcepub const fn enable(self) -> Reg<CacheEnable, RW>
pub const fn enable(self) -> Reg<CacheEnable, RW>
Enable cache.
Trait Implementations§
impl Copy for Cache
impl Eq for Cache
impl Send for Cache
impl StructuralPartialEq for Cache
impl Sync for Cache
Auto Trait Implementations§
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
)