|
LALUSB_API BOOL _cstmcall | USB_FindDevices (char *DeviceDescriptionStr) |
|
LALUSB_API BOOL _cstmcall | USB_Init (int id, BOOL verbose) |
|
LALUSB_API BOOL _cstmcall | USB_ResetDevice (int id) |
|
LALUSB_API FT_STATUS _cstmcall | GetDeviceSerNum (char *buffer, int index) |
|
LALUSB_API FT_STATUS _cstmcall | GetDeviceDesc (char *buffer, int index) |
|
LALUSB_API int _cstmcall | USB_GetNumberOfDevs (void) |
|
LALUSB_API int _cstmcall | OpenUsbDevice (char *sernumstr) |
|
LALUSB_API void _cstmcall | CloseUsbDevice (int id) |
|
LALUSB_API void _cstmcall | USB_CloseAll (void) |
|
LALUSB_API void _cstmcall | dbg_OpenLogFile (void) |
|
LALUSB_API void _cstmcall | dbg_CloseLogFile (void) |
|
LALUSB_API BOOL _cstmcall | USB_PurgeBuffers (int id) |
|
LALUSB_API BOOL _cstmcall | USB_Write (int id, void *buf, int count, int *written) |
|
LALUSB_API BOOL _cstmcall | USB_Read (int id, void *buf, int maxcnt, int *rdcount) |
|
LALUSB_API int _cstmcall | USB_GetStatus (int id, TXRX_STATUS) |
|
LALUSB_API BOOL _cstmcall | USB_SetTimeouts (int id, int tx_timeout, int rx_timeout) |
|
LALUSB_API BOOL _cstmcall | USB_SetXferSize (int id, unsigned long txsize, unsigned long rxsize) |
|
LALUSB_API BOOL _cstmcall | USB_SetLatencyTimer (int id, UCHAR msecs) |
|
LALUSB_API BOOL _cstmcall | USB_GetLatencyTimer (int id, PUCHAR msecs) |
|
LALUSB_API BOOL _cstmcall | USB_SetBaudRate (int id, int baud) |
|
LALUSB_API void _cstmcall | USB_Perror (USB_Error err_code) |
|
LALUSB_API USB_Error _cstmcall | USB_GetLastError (void) |
|
LALUSB_API void _cstmcall | USB_SetPerrorFunc (PerrorFunc func) |
|
LALUSB_API void _cstmcall | USB_PrintErrMsg (char *msg) |
|
LALUSB_API char *_cstmcall | GetErrMsg (USB_Error err_code) |
|
void | USB_Printf (char *format,...) |
|
LALUSB_API void _cstmcall | USB_SetPrintfFunc (PrintfFunc func) |
|
USB_Error | GetUSB_Errno (void) |
|
LALUSB_API BOOL _cstmcall | USB_ResetMode (int id) |
|
LALUSB_API BOOL _cstmcall | USB_SetSynchronousMode (int id, int sleep_time) |
|
LALUSB_API BOOL _cstmcall | USB_SetFlowControlToHardware (int id) |
|
LALUSB_API BOOL _cstmcall | USB_EraseEEpromData (int id) |
|
LALUSB_API BOOL _cstmcall | USB_WriteEEpromData (int id) |
|
LALUSB_API BOOL _cstmcall | USB_ReadEEpromData (int id, BOOL verbose) |
|
LALUSB_API BOOL _cstmcall | USB_SetSerialNumber (int id, char *sernum) |
|
LALUSB_API char *_cstmcall | USB_GetDefaultSerialNum (void) |
|
LALUSB_API char *_cstmcall | USB_GetEpromSerialNum (void) |
|
LALUSB_API BOOL _cstmcall | USB_SetDescStr (int id, char *desc_str) |
|
LALUSB_API char *_cstmcall | USB_GetDefaultDeviceDesc (void) |
|
LALUSB_API char *_cstmcall | USB_GetEpromDeviceDesc (void) |
|
LALUSB_API BOOL _cstmcall | USB_SetPowerSource (int id, unsigned short powersrc) |
|
LALUSB_API BOOL _cstmcall | USB_SetMaxPower (int id, unsigned short current) |
|
LALUSB_API int _cstmcall | UsbWrt (int id, char sub_addr, void *buffer, int count) |
|
LALUSB_API int _cstmcall | UsbRd (int id, char sub_addr, void *array, int count) |
|
LALUSB_API int _cstmcall | UsbRdEx (int id, void *array, int maxcnt, int *frames) |
|
LALUSB_API int _cstmcall | UsbReadEx (int id, void *array, int maxcnt, int *frames, int *frame_size) |
|
LALUSB_API void _cstmcall | UsbSetIntCheckingState (BOOL truefalse) |
|
LALUSB_API void _cstmcall | PrintFrameInfo (void) |
|
LALUSB_API int _cstmcall | GetLastFrameStatus (void) |
|
LALUSB_API InterruptFrameInfoPtr _cstmcall | GetLastFrame (void) |
|
LALUSB_API void _cstmcall | ResetLostFrames (void) |
|
LALUSB_API void _cstmcall | ResetFrameErrors (void) |
|
LALUSB_API ULONG _cstmcall | GetLostFrames (void) |
|
LALUSB_API ULONG _cstmcall | GetTotalByteCount (void) |
|
LALUSB_API void _cstmcall | ResetTotalByteCount (void) |
|
LALUSB_API ULONG _cstmcall | GetHeaderErrors (void) |
|
LALUSB_API ULONG _cstmcall | GetTrailerErrors (void) |
|
LALUSB_API void _cstmcall | GenerateFakeError (FakeErrorType fet, BOOL onoff) |
|