TsctlBusPeekStreamDesc

From embeddedTS Manuals

This function performs a read burst on the bus. A typical bus will have a native bus size that it performs these reads with. Note that some busses may not support a read burst.

The address parameter specifies the starting address of the burst.

The direction parameter specifies the increment to add (or, for a negative value, to subtract) from the address for each subsequent element. Not all implementations may support this paramter.

The burst is read into the specified dest buffer Array. The number of bytes read will be equal to the length of the Array upon entry.