ublast_tms_seq() function
ublast_tms_seq - write a TMS sequence transition to JTAG Write a series of TMS transitions, where each transition consists in : - writing out TCK=0, TMS=\, TDI=\ - writing out TCK=1, TMS=\, TDI=\ which triggers the transition The function ensures that at the end of the sequence, the clock (TCK) is put low.
Arguments
bits
TMS bits to be written (bit0, bit1 .. bitN)
nb_bits
number of TMS bits (between 1 and 8)
skip
number of TMS bits to skip at the beginning of the series