3.2.4 Waveform Capture Function Status
| Name: | CAPTURE_STATUS |
| Property: | Read |
| Bit | 31 | 30 | 29 | 28 | 27 | 26 | 25 | 24 | |
| CAPTURE_WRAP | INVALID_ADDR | CAPTURE_STATE[3:0] | |||||||
| Access | R | R | R | R | R | R | |||
| Reset | 0 | 0 | 0 | 0 | 0 | 0 | |||
| Bit | 23 | 22 | 21 | 20 | 19 | 18 | 17 | 16 | |
| CAPTURE_OFFSET[23:16] | |||||||||
| Access | R | R | R | R | R | R | R | R | |
| Reset | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |
| Bit | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | |
| CAPTURE_OFFSET[15:8] | |||||||||
| Access | R | R | R | R | R | R | R | R | |
| Reset | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |
| Bit | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | |
| CAPTURE_OFFSET[7:0] | |||||||||
| Access | R | R | R | R | R | R | R | R | |
| Reset | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | |
Bit 31 – CAPTURE_WRAP Capture Buffer Wrapped
| Value | Name | Description |
|---|---|---|
| 0 | NOT WRAPPED | Buffer has not wrapped |
| 1 | WRAPPED | Buffer has wrapped at least once (in circular buffer fashion, as used in continuous capture modes) |
Bit 28 – INVALID_ADDR Invalid Capture Address
| Value | Name | Description |
|---|---|---|
| 0 | 0 | Capture address within valid range [0x20000000, 0x20080000) |
| 1 | 1 | Capture address outside valid range |
Bits 27:24 – CAPTURE_STATE[3:0] Waveform Capture Status
1’.| Value | Name | Description |
|---|---|---|
| 0x0 | DISABLED | Capture disabled |
| 0x1 | ACTIVE | Capture in progress |
| 0x2 | COMPLETE | Capture completed |
| 0x3 | RESERVED | — |
