#[repr(transparent)]pub struct Icachecnf(pub u32);
Expand description
I-code cache configuration register
Tuple Fields§
§0: u32
Implementations§
Source§impl Icachecnf
impl Icachecnf
Sourcepub fn set_cacheen(&mut self, val: bool)
pub fn set_cacheen(&mut self, val: bool)
Cache enable
Sourcepub const fn cacheprofen(&self) -> bool
pub const fn cacheprofen(&self) -> bool
Cache profiling enable
Sourcepub fn set_cacheprofen(&mut self, val: bool)
pub fn set_cacheprofen(&mut self, val: bool)
Cache profiling enable
Trait Implementations§
impl Copy for Icachecnf
impl Eq for Icachecnf
impl StructuralPartialEq for Icachecnf
Auto Trait Implementations§
impl Freeze for Icachecnf
impl RefUnwindSafe for Icachecnf
impl Send for Icachecnf
impl Sync for Icachecnf
impl Unpin for Icachecnf
impl UnwindSafe for Icachecnf
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
)