- FIFOClock - Variable in class com.ftdi.d3xx.FTD3XX.ChipConfiguration
-
Clock speed of the FIFO in MHz (100 or 66)
- FIFOMode - Variable in class com.ftdi.d3xx.FTD3XX.ChipConfiguration
-
Mode of the FIFO (245 or 600)
- FlashEEPROMDetection - Variable in class com.ftdi.d3xx.FTD3XX.ChipConfiguration
-
Bitmap indicating status of chip configuration initialization
7 : GPIO 1 status if Bit 5 is set(High = 1, Low = 0)
6 : GPIO 0 status if Bit 5 is set(High = 1, Low = 0)
5 : Is GPIO used as configuration input ? (Yes = 1, No = 0)
4 : Is custom memory use ? (Custom = 1, Default = 0)
3 : Is custom configuration data checksum invalid ? (Invalid = 1, Valid = 0)
2 : Is custom configuration data invalid ? (Invalid = 1, Valid = 0)
1 : Is Memory Not Exist ? (Not Exists = 1, Exist 0)
0 : Is ROM ? (ROM = 1, Flash = 0)
- FlushPipe(int) - Method in class com.ftdi.d3xx.FTD3XX
-
Discards any data that is cached in an IN pipe.
- FTD3XX - Class in com.ftdi.d3xx
-
FTDI D3XX class library for USB Superspeed devices, such as the FT60X series.
- FTD3XX(Context) - Constructor for class com.ftdi.d3xx.FTD3XX
-
Instantiates a FTD3XX class
- FTD3XX.ChipConfiguration - Class in com.ftdi.d3xx
-
Contains information of the configurable parameters for the D3XX device
- FTD3XX.ConfigurationDescriptor - Class in com.ftdi.d3xx
-
Contains information of the USB configuration descriptor for the D3XX device.
- FTD3XX.Constants - Class in com.ftdi.d3xx
-
Contains constants for the D3XX devices.
- FTD3XX.DeviceDescriptor - Class in com.ftdi.d3xx
-
Contains information of the USB device descriptor for the D3XX device.
- FTD3XX.DeviceInfo - Class in com.ftdi.d3xx
-
Contains information of the user-configured device used to differentiate among multiple connected D3XX devices
- FTD3XX.INotificationCallback - Interface in com.ftdi.d3xx
-
Interface for setting notification callback
- FTD3XX.InterfaceDescriptor - Class in com.ftdi.d3xx
-
Contains information of the USB interface descriptor for the D3XX device.
- FTD3XX.PipeInformation - Class in com.ftdi.d3xx
-
Contains information of the USB endpoint descriptor for the D3XX device.
- FTD3XX.SetupPacket - Class in com.ftdi.d3xx
-
Contains information used for the control transfer sent to the D3XX device