libroboint
|
#include <usb.h>
#include <pthread.h>
#include <semaphore.h>
#include <termios.h>
Go to the source code of this file.
Data Structures | |
struct | _FT_TRANSFER_AREA |
Communication Area for ft-Device. More... | |
struct | ft_handle_devices |
Handle for the ft Interface. More... | |
Typedefs | |
typedef struct _FT_TRANSFER_AREA | FT_TRANSFER_AREA |
Communication Area for ft-Device. More... | |
typedef struct ft_handle_devices * | FT_HANDLE |
Handle for the ft Interface. More... | |
typedef FT_HANDLE |
Handle for the ft Interface.
Type definition for the ft handle.
typedef FT_TRANSFER_AREA |
Communication Area for ft-Device.
doxygen ignore end
Type definition for the transfer area.