TRCSEQSTR, Sequencer State Register
The TRCSEQSTR characteristics are:
Purpose
Use this to set, or read, the Sequencer state.
Configuration
External register TRCSEQSTR bits [31:0] are architecturally mapped to AArch64 System register TRCSEQSTR[31:0] .
This register is present only when FEAT_ETE is implemented and TRCIDR5.NUMSEQSTATE != 0b000. Otherwise, direct accesses to TRCSEQSTR are RES0.
Attributes
TRCSEQSTR is a 32-bit register.
Field descriptions
The TRCSEQSTR bit assignments are:
Bits [31:2]
Reserved, RES0.
STATE, bits [1:0]
Set or returns the state of the Sequencer.
STATE | Meaning |
---|---|
0b00 |
State 0. |
0b01 |
State 1. |
0b10 |
State 2. |
0b11 |
State 3. |
On a Trace unit reset, this field resets to an architecturally UNKNOWN value.
Accessing the TRCSEQSTR
Must be programmed if TRCRSCTLR<a>.GROUP == 0b0010 and TRCRSCTLR<a>.SEQUENCER != 0b0000.
Writes are CONSTRAINED UNPREDICTABLE if the trace unit is not in the Idle state.
Reads from this register might return an UNKNOWN value if the trace unit is not in either of the Idle or Stable states.
TRCSEQSTR can be accessed through the external debug interface:
Component | Offset |
---|---|
ETE | 0x11C |
This interface is accessible as follows:
- When OSLockStatus(), or !AllowExternalTraceAccess() or !IsTraceCorePowered() accesses to this register generate an error response.
- Otherwise accesses to this register are RW.