#[repr(transparent)]pub struct Ccr(pub u32);Expand description
Cache Control
Tuple Fields§
§0: u32Implementations§
Source§impl Ccr
impl Ccr
Sourcepub const fn set_encache(&mut self, val: bool)
pub const fn set_encache(&mut self, val: bool)
Cache Enable
Sourcepub const fn set_enwrbuf(&mut self, val: bool)
pub const fn set_enwrbuf(&mut self, val: bool)
Enable Write Buffer
Sourcepub const fn set_frcnoallc(&mut self, val: Frcnoallc)
pub const fn set_frcnoallc(&mut self, val: Frcnoallc)
Forces No Allocation On Cache Misses
Sourcepub const fn set_pushw0(&mut self, val: Pushw0)
pub const fn set_pushw0(&mut self, val: Pushw0)
Push Way 0
Sourcepub const fn set_pushw1(&mut self, val: Pushw1)
pub const fn set_pushw1(&mut self, val: Pushw1)
Push Way 1
Trait Implementations§
impl Copy for Ccr
impl Eq for Ccr
impl StructuralPartialEq for Ccr
Auto Trait Implementations§
impl Freeze for Ccr
impl RefUnwindSafe for Ccr
impl Send for Ccr
impl Sync for Ccr
impl Unpin for Ccr
impl UnwindSafe for Ccr
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