In reply to Dhruvesh.b:
In reply to chr_sue:
What i am trying to convey here is can my driver drive two seperate seq_item sequencetially.
No it cannot and it is not useful. For 1 pinlevel interface you need exactly 1 seq_item type (class). The sequencer and driver parameterized for the same seq_item will generate the seq_item and drive the pinlevel interface taking the data from the seq_item.
Another pinlevel interface needs another seq_item.