pub struct CSIZESW_R(_);
Expand description
Field CSIZESW
reader - Cache size configured by software
Implementations
sourceimpl CSIZESW_R
impl CSIZESW_R
sourcepub fn is_conf_csize_1kb(&self) -> bool
pub fn is_conf_csize_1kb(&self) -> bool
Checks if the value of the field is CONF_CSIZE_1KB
sourcepub fn is_conf_csize_2kb(&self) -> bool
pub fn is_conf_csize_2kb(&self) -> bool
Checks if the value of the field is CONF_CSIZE_2KB
sourcepub fn is_conf_csize_4kb(&self) -> bool
pub fn is_conf_csize_4kb(&self) -> bool
Checks if the value of the field is CONF_CSIZE_4KB
sourcepub fn is_conf_csize_8kb(&self) -> bool
pub fn is_conf_csize_8kb(&self) -> bool
Checks if the value of the field is CONF_CSIZE_8KB
sourcepub fn is_conf_csize_16kb(&self) -> bool
pub fn is_conf_csize_16kb(&self) -> bool
Checks if the value of the field is CONF_CSIZE_16KB
sourcepub fn is_conf_csize_32kb(&self) -> bool
pub fn is_conf_csize_32kb(&self) -> bool
Checks if the value of the field is CONF_CSIZE_32KB
sourcepub fn is_conf_csize_64kb(&self) -> bool
pub fn is_conf_csize_64kb(&self) -> bool
Checks if the value of the field is CONF_CSIZE_64KB
Methods from Deref<Target = FieldReader<u8, CSIZESW_A>>
sourcepub fn bit_is_clear(&self) -> bool
pub fn bit_is_clear(&self) -> bool
Returns true
if the bit is clear (0).
sourcepub fn bit_is_set(&self) -> bool
pub fn bit_is_set(&self) -> bool
Returns true
if the bit is set (1).
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CSIZESW_R
impl Send for CSIZESW_R
impl Sync for CSIZESW_R
impl Unpin for CSIZESW_R
impl UnwindSafe for CSIZESW_R
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