[−][src]Struct pspsdk_sys::sdk::_PspDebugRegBlock
Structure to hold the register data associated with an exception
Fields
frame: [u32; 6]r: [u32; 32]Array of the 32 GPRs
status: u32The status register
lo: u32lo
hi: u32badvaddr: u32cause: u32epc: u32fpr: [f32; 32]fsr: u32fir: u32frame_ptr: u32unused: u32index: u32random: u32entrylo0: u32entrylo1: u32context: u32pagemask: u32wired: u32cop0_7: u32cop0_8: u32cop0_9: u32entryhi: u32cop0_11: u32cop0_12: u32cop0_13: u32cop0_14: u32prid: u32padding: [u32; 100]Trait Implementations
impl Clone for _PspDebugRegBlock[src]
fn clone(&self) -> Self[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for _PspDebugRegBlock[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,