pub struct CACHEMISSES_SPEC;
Expand description
Cache Misses Performance Counter
This register you can read
. See API.
For information about available fields see cachemisses module
Trait Implementations§
Source§impl Readable for CACHEMISSES_SPEC
read()
method returns cachemisses::R reader structure
impl Readable for CACHEMISSES_SPEC
read()
method returns cachemisses::R reader structure
Source§impl RegisterSpec for CACHEMISSES_SPEC
impl RegisterSpec for CACHEMISSES_SPEC
Source§impl Resettable for CACHEMISSES_SPEC
reset()
method sets CACHEMISSES to value 0
impl Resettable for CACHEMISSES_SPEC
reset()
method sets CACHEMISSES to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for CACHEMISSES_SPEC
impl RefUnwindSafe for CACHEMISSES_SPEC
impl Send for CACHEMISSES_SPEC
impl Sync for CACHEMISSES_SPEC
impl Unpin for CACHEMISSES_SPEC
impl UnwindSafe for CACHEMISSES_SPEC
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