Debug Peripherals Registers
214
SLAU356I – March 2015 – Revised June 2019
Copyright © 2015–2019, Texas Instruments Incorporated
Cortex-M4F Peripherals
2.5.2.19 MASK3 Register (Offset = 54h) [reset = Undefined]
MASK3 is shown in
and described in
.
DWT Mask Register 3. Use the DWT Mask Registers 0-3 to apply a mask to data addresses when
matching against COMP.
Figure 2-115. MASK3 Register
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10
9
8
7
6
5
4
3
2
1
0
RESERVED
MASK
r
r
r
r
r
r
r
r
r
r
r
r
r
r
r
r
r
r
r
r
r
r
r
r
r
r
r
r
rw rw rw rw
Table 2-127. MASK3 Register Field Descriptions
Bit
Field
Type
Reset
Description
31-4
RESERVED
R
Undefined
3-0
MASK
R/W
Undefined
Mask on data address when matching against COMP. This is the
size of the ignore mask. hat is, DWT matching is performed
as:(ADDR ANDed with (~0 left bit-shifted by MASK)) == COMP.
However, the actual comparison is slightly more complex to enable
matching an address wherever it appears on a bus. So, if COMP is
3, this matches a word access of 0, because 3 would be within the
word.