IMR (QSPI) Register Description
| Register Name | IMR |
|---|---|
| Offset Address | 0x0000000010 |
| Absolute Address | 0x00FF0F0010 (QSPI) |
| Width | 32 |
| Type | roRead-only |
| Reset Value | 0x00000000 |
| Description | Interrupt Un-Mask (enabled) |
0: masked (disabled). 1: unmasked (enabled). Software Driver name: XQSPIPS_IMR
IMR (QSPI) Register Bit-Field Summary
| Field Name | Bits | Type | Reset Value | Description |
|---|---|---|---|---|
| Reserved | 31:9 | roRead-only | 0x0 | reserved |
| TXFIFO_EMPTY | 8 | roRead-only | 0x0 | TX FIFO Empty enable |
| Reserved | 7 | roRead-only | 0x0 | reserved |
| TX_FIFO_underflow | 6 | roRead-only | 0x0 | TX FIFO underflow enable Software Driver name: XQSPIPS_IXR_TXUF |
| RX_FIFO_full | 5 | roRead-only | 0x0 | RX FIFO full enable Software Driver name: XQSPIPS_IXR_RXFULL |
| RX_FIFO_not_empty | 4 | roRead-only | 0x0 | RX FIFO not empty enable Software Driver name: XQSPIPS_IXR_RXNEMPTY |
| TX_FIFO_full | 3 | roRead-only | 0x0 | TX FIFO full enable Software Driver name: XQSPIPS_IXR_TXFULL |
| TX_FIFO_not_full | 2 | roRead-only | 0x0 | TX FIFO not full enable Software Driver name: XQSPIPS_IXR_TXOW |
| Reserved | 1 | roRead-only | 0x0 | reserved |
| RX_OVERFLOW | 0 | roRead-only | 0x0 | Receive Overflow interrupt enable Software Driver name: XQSPIPS_IXR_RXOVR |