indrd

Module Instance Base Address Register Address
qspiregs 0xFF705000 0xFF705060

Offset: 0x60

Access: RW

Important: To prevent indeterminate system behavior, reserved areas of memory must not be accessed by software or hardware. Any area of the memory map that is not explicitly defined as a register space or accessible memory is considered reserved.
Bit Fields
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16

Reserved

15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0

Reserved

num_ind_ops_done

RO 0x0

ind_ops_done_status

RW 0x0

rd_queued

RO 0x0

sram_full

RW 0x0

rd_status

RO 0x0

cancel

RW 0x0

start

RW 0x0

indrd Fields

Bit Name Description Access Reset
7:6 num_ind_ops_done

This field contains the number of indirect operations which have been completed. This is used in conjunction with the indirect completion status field (bit 5).

RO 0x0
5 ind_ops_done_status

This field is set to 1 when an indirect operation has completed. Write a 1 to this field to clear it.

Value Description
0x1 Indirect Op Complete operation
0x0 Indirect Op Not Complete
RW 0x0
4 rd_queued

Two indirect read operations have been queued

Value Description
0x1 Queued Indirect Read
0x0 No Queued Read
RO 0x0
3 sram_full

SRAM full and unable to immediately complete an indirect operation. Write a 1 to this field to clear it. ; indirect operation (status)

Value Description
0x1 Sram Full- Cant complete operation
0x0 SRram Not Full
RW 0x0
2 rd_status

Indirect read operation in progress (status)

Value Description
0x1 Read Operation in progress
0x0 No read operation in progress
RO 0x0
1 cancel

This bit will cancel all ongoing indirect read operations.

Value Description
0x1 Cancel Indirect Read
0x0 Do Not Cancel Indirect Read
RW 0x0
0 start

When this bit is enabled, it will trigger an indirect read operation. The assumption is that the indirect start address and the indirect number of bytes register is setup before triggering the indirect read operation.

Value Description
0x1 Trigger Indirect Read
0x0 No Indirect Read
RW 0x0