Your browser does not allow scripts
Please click here to view a static table of contents without scripts
JTAG_GenerateClockPulses
Return to Introduction  Previous page  Next page
Generate a specified number of clock pulses. The clock pulses will be generated in the run test idle state. The data written to an external device (i.e. a device attached to a FT2232C) during generation of the clock pulses will be 0.

FTC_STATUS
JTAG_GenerateClockPulses
(FTC_HANDLE ftHandle, DWORD dwNumClockPulses)




Parameters
ftHandle
Handle of the device.
dwNumClockPulses
Specifies the number of clock pulses to be generated by a FT2232C. Valid range 1 to 2000,000,000.




Return Value
FTC_SUCCESS if successful, otherwise the return value is one of the following FTC error codes:

   FTC_INVALID_HANDLE
   FTC_INVALID_NUMBER_CLOCK_PULSES
   FTC_
FAILED_TO_COMPLETE_COMMAND
   FTC_IO_ERROR



Remarks
This function will not normally be required and is recommended for experts only.