36.8.8 Interrupt Flag Status and Clear
Name: | INTFLAG |
Offset: | 0x1C |
Reset: | 0x00000000 |
Property: | - |
Bit | 31 | 30 | 29 | 28 | 27 | 26 | 25 | 24 | |
Access | |||||||||
Reset |
Bit | 23 | 22 | 21 | 20 | 19 | 18 | 17 | 16 | |
Access | |||||||||
Reset |
Bit | 15 | 14 | 13 | 12 | 11 | 10 | 9 | 8 | |
INSTREND | CSRISE | ||||||||
Access | R/W | R/W | |||||||
Reset | 0 | 0 |
Bit | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 | |
ERROR | TXC | DRE | RXC | ||||||
Access | R/W | R/W | R/W | R/W | |||||
Reset | 0 | 0 | 0 | 0 |
Bit 10 – INSTREND Instruction End
This bit is set when an Instruction End was detected.
Writing a ‘0
’ to this bit has no effect.
Writing a ‘1
’ to this bit clears the flag.
Bit 8 – CSRISE Chip Select Rise
The bit is set when a Chip Select Rise was detected.
Writing a ‘0
’ to this bit has no effect.
Writing a ‘1
’ to this bit clears the flag.
Bit 3 – ERROR Overrun Error
This bit is set when an ERROR has occurred.
An ERROR occurs when RXDATA is loaded at least twice from the serializer.
Writing a ‘0
’ to this bit has no effect.
Writing a ‘1
’ to this bit clears the flag.
Bit 2 – TXC Transmission Complete
Value | Description |
---|---|
0 | As soon as data are written in TXDATA. |
1 | TXDATA and internal shifter are empty. If a transfer delay was defined, TXC is set after the completion of such delay. |
Bit 1 – DRE Transmit Data Register Empty
This bit is ‘0
’ when the QSPI is disabled or at Reset.
The bit is set as soon as ENABLE bit is set.
Value | Description |
---|---|
0 | Data were written to TXDATA and not yet transferred to the serializer. |
1 | The last data written in the TXDATA were transferred to the serializer. |
Bit 0 – RXC Receive Data Register Full
Value | Description |
---|---|
0 | No data were received since the last read of RXDATA. |
1 | Data were received and the received data were transferred from the serializer to RXDATA since the last read of RXDATA. |