* the JTAG mode defining the edges on which data can be sampled and
* on which edges data can change.
*/
private void clockDataOnEdge( final JTAGDataSet aDataSet, final int aSlaveSelectedIdx )
{
final AcquisitionResult data = this.context.getData();
final int[] values = data.getValues();
final long[] timestamps = data.getTimestamps();
final int startOfDecode = Math.max( aSlaveSelectedIdx, aDataSet.getStartOfDecode() );
final int endOfDecode = aDataSet.getEndOfDecode();
final int tdoMask = ( 1 << this.tdoIdx );