[][src]Struct pspsdk_sys::sdk::_PspDebugProfilerRegs

#[repr(C)]pub struct _PspDebugProfilerRegs {
    pub enable: u32,
    pub systemck: u32,
    pub cpuck: u32,
    pub internal: u32,
    pub memory: u32,
    pub copz: u32,
    pub vfpu: u32,
    pub sleep: u32,
    pub bus_access: u32,
    pub uncached_load: u32,
    pub uncached_store: u32,
    pub cached_load: u32,
    pub cached_store: u32,
    pub i_miss: u32,
    pub d_miss: u32,
    pub d_writeback: u32,
    pub cop0_inst: u32,
    pub fpu_inst: u32,
    pub vfpu_inst: u32,
    pub local_bus: u32,
}

Structure to hold the psp profiler register values

Fields

enable: u32systemck: u32cpuck: u32internal: u32memory: u32copz: u32vfpu: u32sleep: u32bus_access: u32uncached_load: u32uncached_store: u32cached_load: u32cached_store: u32i_miss: u32d_miss: u32d_writeback: u32cop0_inst: u32fpu_inst: u32vfpu_inst: u32local_bus: u32

Trait Implementations

impl Clone for _PspDebugProfilerRegs[src]

impl Copy for _PspDebugProfilerRegs[src]

impl Debug for _PspDebugProfilerRegs[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.