Your browser does not allow scripts
Please click here to view a static table of contents without scripts
JTAG_ClearCmdSequence
Return to Introduction  Previous page  Next page
Clears the sequence of commands and associated data from the internal command buffer.

FTC_STATUS
JTAG_ClearCmdSequence





Parameters
None.



Return Value
Always returns FTC_SUCCESS.



Remarks
This function will clear the buffer containing commands which were created by calling
JTAG_AddWriteCmd, JTAG_AddReadCmd and JTAG_AddWriteReadCmd.



Example

JTAG_ClearCmdSequence();