Struct RegisterBlock

Source
#[repr(C)]
pub struct RegisterBlock { /* private fields */ }
Expand description

Register block

Implementations§

Source§

impl RegisterBlock

Source

pub const fn cr(&self) -> &Cr

0x00 - ETM Main Control Register

Source

pub const fn ccr(&self) -> &Ccr

0x04 - ETM Configuration Code Register

Source

pub const fn trigger(&self) -> &Trigger

0x08 - ETM Trigger Event Register

Source

pub const fn sr(&self) -> &Sr

0x10 - ETM Status Register

Source

pub const fn scr(&self) -> &Scr

0x14 - ETM System Configuration Register

Source

pub const fn teevr(&self) -> &Teevr

0x20 - ETM TraceEnable Event Register

Source

pub const fn tecr1(&self) -> &Tecr1

0x24 - ETM TraceEnable Control 1 Register

Source

pub const fn fflr(&self) -> &Fflr

0x28 - ETM FIFO Full Level Register

Source

pub const fn cntrldvr1(&self) -> &Cntrldvr1

0x140 - ETM Free-running Counter Reload Value

Source

pub const fn syncfr(&self) -> &Syncfr

0x1e0 - ETM Synchronization Frequency Register

Source

pub const fn idr(&self) -> &Idr

0x1e4 - ETM ID Register

Source

pub const fn ccer(&self) -> &Ccer

0x1e8 - ETM Configuration Code Extension Register

Source

pub const fn tesseicr(&self) -> &Tesseicr

0x1f0 - ETM TraceEnable Start/Stop EmbeddedICE Control Register

Source

pub const fn tsevt(&self) -> &Tsevt

0x1f8 - ETM TimeStamp Event Register

Source

pub const fn traceidr(&self) -> &Traceidr

0x200 - ETM CoreSight Trace ID Register

Source

pub const fn idr2(&self) -> &Idr2

0x208 - ETM ID Register 2

Source

pub const fn pdsr(&self) -> &Pdsr

0x314 - ETM Device Power-Down Status Register

Source

pub const fn itmiscin(&self) -> &Itmiscin

0xee0 - ETM Integration Test Miscellaneous Inputs

Source

pub const fn ittrigout(&self) -> &Ittrigout

0xee8 - ETM Integration Test Trigger Out

Source

pub const fn itatbctr2(&self) -> &Itatbctr2

0xef0 - ETM Integration Test ATB Control 2

Source

pub const fn itatbctr0(&self) -> &Itatbctr0

0xef8 - ETM Integration Test ATB Control 0

Source

pub const fn itctrl(&self) -> &Itctrl

0xf00 - ETM Integration Mode Control Register

Source

pub const fn claimset(&self) -> &Claimset

0xfa0 - ETM Claim Tag Set Register

Source

pub const fn claimclr(&self) -> &Claimclr

0xfa4 - ETM Claim Tag Clear Register

Source

pub const fn lar(&self) -> &Lar

0xfb0 - ETM Lock Access Register

Source

pub const fn lsr(&self) -> &Lsr

0xfb4 - ETM Lock Status Register

Source

pub const fn authstatus(&self) -> &Authstatus

0xfb8 - ETM Authentication Status Register

Source

pub const fn devtype(&self) -> &Devtype

0xfcc - ETM CoreSight Device Type Register

Source

pub const fn pidr4(&self) -> &Pidr4

0xfd0 - ETM Peripheral Identification Register #4

Source

pub const fn pidr5(&self) -> &Pidr5

0xfd4 - ETM Peripheral Identification Register #5

Source

pub const fn pidr6(&self) -> &Pidr6

0xfd8 - ETM Peripheral Identification Register #6

Source

pub const fn pidr7(&self) -> &Pidr7

0xfdc - ETM Peripheral Identification Register #7

Source

pub const fn pidr0(&self) -> &Pidr0

0xfe0 - ETM Peripheral Identification Register #0

Source

pub const fn pidr1(&self) -> &Pidr1

0xfe4 - ETM Peripheral Identification Register #1

Source

pub const fn pidr2(&self) -> &Pidr2

0xfe8 - ETM Peripheral Identification Register #2

Source

pub const fn pidr3(&self) -> &Pidr3

0xfec - ETM Peripheral Identification Register #3

Source

pub const fn cidr0(&self) -> &Cidr0

0xff0 - ETM Component Identification Register #0

Source

pub const fn cidr1(&self) -> &Cidr1

0xff4 - ETM Component Identification Register #1

Source

pub const fn cidr2(&self) -> &Cidr2

0xff8 - ETM Component Identification Register #2

Source

pub const fn cidr3(&self) -> &Cidr3

0xffc - ETM Component Identification Register #3

Auto Trait Implementations§

Blanket Implementations§

Source§

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

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

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

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where 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 T
where 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 T
where U: Into<T>,

Source§

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 T
where U: TryFrom<T>,

Source§

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.