CTILSR, CTI Lock Status Register
The CTILSR characteristics are:
Purpose
Indicates the current status of the Software Lock for CTI registers.
The optional Software Lock provides a lock to prevent memory-mapped writes to the Cross-Trigger Interface registers. Use of this lock mechanism reduces the risk of accidental damage to the contents of the Cross-Trigger Interface registers. It does not, and cannot, prevent all accidental or malicious damage.
Configuration
CTILSR is in the Debug power domain.
If FEAT_Debugv8p4 is implemented, the Software Lock is not implemented.
Software uses CTILAR to set or clear the lock, and CTILSR to check the current status of the lock.
Attributes
CTILSR is a 32-bit register.
Field descriptions
The CTILSR bit assignments are:
Bits [31:3]
Reserved, RES0.
nTT, bit [2]
Not thirty-two bit access required. RAZ.
SLK, bit [1]
When the Software Lock is implemented:
When the Software Lock is implemented:
Software Lock status for this component. For an access to LSR that is not a memory-mapped access, or when the Software Lock is not implemented, this field is RES0.
For memory-mapped accesses when the Software Lock is implemented, possible values of this field are:
SLK | Meaning |
---|---|
0b0 |
Lock clear. Writes are permitted to this component's registers. |
0b1 |
Lock set. Writes to this component's registers are ignored, and reads have no side effects. |
On an External debug reset, this field resets to 1.
Otherwise:
Otherwise:
Reserved, RAZ.
SLI, bit [0]
Software Lock implemented. For an access to LSR that is not a memory-mapped access, this field is RAZ. For memory-mapped accesses, the value of this field is IMPLEMENTATION DEFINED. Permitted values are:
SLI | Meaning |
---|---|
0b0 |
Software Lock not implemented or not memory-mapped access. |
0b1 |
Software Lock implemented and memory-mapped access. |
Accessing the CTILSR
CTILSR can be accessed through a memory-mapped access to the external debug interface:
Component | Offset | Instance |
---|---|---|
CTI | 0xFB4 | CTILSR |
Accesses on this interface are RO.