|
tuple | READ = (0 << 0) |
|
tuple | WRITE = (1 << 0) |
|
tuple | PRIV = (1 << 4) |
|
tuple | SIZE_8BIT = (0 << 1) |
|
tuple | SIZE_16BIT = (1 << 1) |
|
tuple | SIZE_32BIT = (2 << 1) |
|
J-Link access types for data events.
These access types allow specifying the different types of access events
that should be monitored.
Attributes:
READ: specifies to monitor read accesses.
WRITE: specifies to monitor write accesses.
PRIVILEGED: specifies to monitor privileged accesses.
SIZE_8BIT: specifies to monitor an 8-bit access width.
SIZE_16BIT: specifies to monitor an 16-bit access width.
SIZE_32BIT: specifies to monitor an 32-bit access width.
The documentation for this class was generated from the following file:
- test/test_script/enums.py