TsctlBusPokeStreamDesc

From embeddedTS Manuals

This function performs a write burst on the bus. A typical bus will have a native bus size that it performs these writes with. Note that some busses may not support a write 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 from the specified data buffer. The number of bytes written to the bus from the buffer is equal to the Array length of data.