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