pub struct R(_);
Expand description

Register PRO_CPU_RECORD_PDEBUGDATA reader

Implementations§

source§

impl R

source

pub fn record_pro_pdebugdata(&self) -> RECORD_PRO_PDEBUGDATA_R

Bits 0:31

source

pub fn record_pdebugdata_dep_other(&self) -> RECORD_PDEBUGDATA_DEP_OTHER_R

Bit 0

source

pub fn record_pdebugdata_excvec(&self) -> RECORD_PDEBUGDATA_EXCVEC_R

Bits 0:4

source

pub fn record_pdebugdata_insntype_sr(&self) -> RECORD_PDEBUGDATA_INSNTYPE_SR_R

Bits 0:7

source

pub fn record_pdebugdata_insntype_rer(&self) -> RECORD_PDEBUGDATA_INSNTYPE_RER_R

Bit 0

source

pub fn record_pdebugdata_stall_buff(&self) -> RECORD_PDEBUGDATA_STALL_BUFF_R

Bit 1

source

pub fn record_pdebugdata_insntype_wer(&self) -> RECORD_PDEBUGDATA_INSNTYPE_WER_R

Bit 1

source

pub fn record_pdebugdata_stall_buffconfl( &self ) -> RECORD_PDEBUGDATA_STALL_BUFFCONFL_R

Bit 2

source

pub fn record_pdebugdata_insntype_er(&self) -> RECORD_PDEBUGDATA_INSNTYPE_ER_R

Bits 2:13

source

pub fn record_pdebugdata_stall_dcm(&self) -> RECORD_PDEBUGDATA_STALL_DCM_R

Bit 3

source

pub fn record_pdebugdata_stall_lsu(&self) -> RECORD_PDEBUGDATA_STALL_LSU_R

Bit 4

source

pub fn record_pdebugdata_stall_icm(&self) -> RECORD_PDEBUGDATA_STALL_ICM_R

Bit 6

source

pub fn record_pdebugdata_stall_irambusy( &self ) -> RECORD_PDEBUGDATA_STALL_IRAMBUSY_R

Bit 7

source

pub fn record_pdebugdata_dep_lsu(&self) -> RECORD_PDEBUGDATA_DEP_LSU_R

Bit 8

source

pub fn record_pdebugdata_stall_ipif(&self) -> RECORD_PDEBUGDATA_STALL_IPIF_R

Bit 8

source

pub fn record_pdebugdata_insntype_rsr(&self) -> RECORD_PDEBUGDATA_INSNTYPE_RSR_R

Bit 8

source

pub fn record_pdebugdata_stall_tie(&self) -> RECORD_PDEBUGDATA_STALL_TIE_R

Bit 9

source

pub fn record_pdebugdata_insntype_wsr(&self) -> RECORD_PDEBUGDATA_INSNTYPE_WSR_R

Bit 9

source

pub fn record_pdebugdata_stall_run(&self) -> RECORD_PDEBUGDATA_STALL_RUN_R

Bit 10

source

pub fn record_pdebugdata_insntype_xsr(&self) -> RECORD_PDEBUGDATA_INSNTYPE_XSR_R

Bit 10

source

pub fn record_pdebugdata_dep_str(&self) -> RECORD_PDEBUGDATA_DEP_STR_R

Bit 11

source

pub fn record_pdebugdata_dep(&self) -> RECORD_PDEBUGDATA_DEP_R

Bit 12

source

pub fn record_pdebugdata_stall_bpifetch( &self ) -> RECORD_PDEBUGDATA_STALL_BPIFETCH_R

Bit 12

source

pub fn record_pdebugdata_stall_l32r(&self) -> RECORD_PDEBUGDATA_STALL_L32R_R

Bit 13

source

pub fn record_pdebugdata_stall_lsproc(&self) -> RECORD_PDEBUGDATA_STALL_LSPROC_R

Bit 14

source

pub fn record_pdebugdata_stall_bpload(&self) -> RECORD_PDEBUGDATA_STALL_BPLOAD_R

Bit 15

source

pub fn record_pdebugdata_dep_memw(&self) -> RECORD_PDEBUGDATA_DEP_MEMW_R

Bit 16

source

pub fn record_pdebugdata_exccause(&self) -> RECORD_PDEBUGDATA_EXCCAUSE_R

Bits 16:21

source

pub fn record_pdebugdata_stall_bankconfl( &self ) -> RECORD_PDEBUGDATA_STALL_BANKCONFL_R

Bit 16

source

pub fn record_pdebugdata_dep_halt(&self) -> RECORD_PDEBUGDATA_DEP_HALT_R

Bit 17

source

pub fn record_pdebugdata_stall_itermul( &self ) -> RECORD_PDEBUGDATA_STALL_ITERMUL_R

Bit 18

source

pub fn record_pdebugdata_stall_iterdiv( &self ) -> RECORD_PDEBUGDATA_STALL_ITERDIV_R

Bit 19

Methods from Deref<Target = R<PRO_CPU_RECORD_PDEBUGDATA_SPEC>>§

source

pub fn bits(&self) -> REG::Ux

Reads raw bits from register.

Trait Implementations§

source§

impl Deref for R

§

type Target = R<PRO_CPU_RECORD_PDEBUGDATA_SPEC>

The resulting type after dereferencing.
source§

fn deref(&self) -> &Self::Target

Dereferences the value.
source§

impl From<R<PRO_CPU_RECORD_PDEBUGDATA_SPEC>> for R

source§

fn from(reader: R<PRO_CPU_RECORD_PDEBUGDATA_SPEC>) -> Self

Converts to this type from the input type.

Auto Trait Implementations§

§

impl RefUnwindSafe for R

§

impl Send for R

§

impl Sync for R

§

impl Unpin for R

§

impl UnwindSafe for R

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

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

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.