memioReadX (Function) |
Top Previous Next |
memioReadX works similar to memioRead but allows access to multiple elements in one highly efficient operation. The use of memioReadX is recommended in cases where a range of memory I/O locations must be read sequentially.
Also see memioWriteX.
Input: index : INT (1..4096) Memory I/O system Index number where the read operation will start.
mem : PTR Address to write the data that will be read from the memory I/O area.
len : INT Number of 32-bit elements to be read from the memory I/O area.
Returns: INT
Declaration: FUNCTION memioReadX : INT;
Example: INCLUDE rtcu.inc |