#[repr(transparent)]pub struct Perfctr(pub u32);
Expand description
Bus fabric performance counter 3
Tuple Fields§
§0: u32
Implementations§
source§impl Perfctr
impl Perfctr
sourcepub const fn perfctr(&self) -> u32
pub const fn perfctr(&self) -> u32
Busfabric saturating performance counter 3 Count some event signal from the busfabric arbiters, if PERFCTR_EN is set. Write any value to clear. Select an event to count using PERFSEL3
sourcepub fn set_perfctr(&mut self, val: u32)
pub fn set_perfctr(&mut self, val: u32)
Busfabric saturating performance counter 3 Count some event signal from the busfabric arbiters, if PERFCTR_EN is set. Write any value to clear. Select an event to count using PERFSEL3
Trait Implementations§
impl Copy for Perfctr
impl Eq for Perfctr
impl StructuralPartialEq for Perfctr
Auto Trait Implementations§
impl Freeze for Perfctr
impl RefUnwindSafe for Perfctr
impl Send for Perfctr
impl Sync for Perfctr
impl Unpin for Perfctr
impl UnwindSafe for Perfctr
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
)