Showing changes from revision #0 to #1:
Added | Removed | Changed
Read data pending from a request.
Entry | ||
---|---|---|
R0 | Flags: all bits currently reserved (must be zero) | |
R1 | Session identifier | |
R2 | Address of client’s data buffer. | |
R3 | Size of client’s data buffer. |
Exit | |
---|---|
R0 | Protocol status word (see URL_Status for details) |
R2 | As URL_ReadData |
R3 | As URL_ReadData |
R4 | As URL_ReadData |
R5 | As URL_ReadData |
All other registers preserved. |
Interrupt status is protocol module dependent.
SWI re-entrancy is protocol module dependent.
This SWI is used to read the data pending from a request, find out how much data has been read on this call and how much more there is remaining to be read for the request. The register usage and description is the same as for SWI URL_ReadData. The URL module calls this SWI in response to one of its clients calling SWI URL_ReadData.
None