- SelfPowered - Variable in class com.ftdi.j2xx.FT_EEPROM
-
Config Descriptor - Self Powered Mode
- sendMessage(SpiSlaveEvent) - Method in class com.ftdi.j2xx.protocol.SpiSlaveThread
-
- serialNumber - Variable in class com.ftdi.j2xx.D2xxManager.FtDeviceInfoListNode
-
Serial number string for FT device, if available.
- SerialNumber - Variable in class com.ftdi.j2xx.FT_EEPROM
-
String Descriptor - Serial Number String
- SerNumEnable - Variable in class com.ftdi.j2xx.FT_EEPROM
-
Device Descriptor - Serial Number Enabled
- setAddress(int) - Method in class com.ftdi.j2xx.ft4222.FT_4222_I2c_Slave
-
Set the address of the I2C slave device.
- setAddress(int) - Method in interface com.ftdi.j2xx.interfaces.I2cSlave
-
Set the address of the I2C slave device.
- setArg0(Object) - Method in class com.ftdi.j2xx.protocol.SpiSlaveEvent
-
- setArg1(Object) - Method in class com.ftdi.j2xx.protocol.SpiSlaveEvent
-
- setArg2(Object) - Method in class com.ftdi.j2xx.protocol.SpiSlaveEvent
-
- setBaudRate(int) - Method in class com.ftdi.j2xx.FT_Device
-
This method sends a vendor command to the device to change the baud rate generator
value.
- setBitMode(byte, byte) - Method in class com.ftdi.j2xx.FT_Device
-
This method allows the device to use alternative interface modes such as bit-bang,
MPSSE and CPU target mode.
- setBreakOff() - Method in class com.ftdi.j2xx.FT_Device
-
This method resets the BREAK condition on the device UART.
- setBreakOn() - Method in class com.ftdi.j2xx.FT_Device
-
This method generates a BREAK condition on the device UART.
- setBufferNumber(int) - Method in class com.ftdi.j2xx.D2xxManager.DriverParameters
-
This method will set the Buffer number for Rx in the user space
application.
- setChars(byte, byte, byte, byte) - Method in class com.ftdi.j2xx.FT_Device
-
Specifies the event character and error replacement characters for the device
to use.
- setClock(byte) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Device
-
Set the system clock rate.
- setClockStretch(boolean) - Method in class com.ftdi.j2xx.ft4222.FT_4222_I2c_Slave
-
Set clock stretch enable
- setDataCharacteristics(byte, byte, byte) - Method in class com.ftdi.j2xx.FT_Device
-
This method dictates the data format that the device will use.
- setDrivingStrength(int, int, int) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Spi_Master
-
For the FT4222H SPI master, set the driving strength of clk, io, and sso pins.
- setDrivingStrength(int, int, int) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Spi_Slave
-
For the FT4222H SPI Slave, set the driving strength of clk, io, and sso pins.
- setDtr() - Method in class com.ftdi.j2xx.FT_Device
-
Allows the DTR modem control line to be manually asserted.
- setEventNotification(long) - Method in class com.ftdi.j2xx.FT_Device
-
This method specifies events for the java driver to signal that they have occurred.
- setEventType(int) - Method in class com.ftdi.j2xx.protocol.SpiSlaveEvent
-
- setFlowControl(short, byte, byte) - Method in class com.ftdi.j2xx.FT_Device
-
Specifies the flow control method that the device should use to prevent data loss.
- setInterruptEnable(boolean) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Device
-
Set interrupt and remote wake up enable
- setInterruptTrigger(int) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Device
-
Set interrupt trigger type
- setLatencyTimer(byte) - Method in class com.ftdi.j2xx.FT_Device
-
This method allows the latency timer value for the device to be specified.
- setLines(int) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Spi_Master
-
Switch FT4222H SPI master to single, dual, or quad lines.
- setLines(int) - Method in interface com.ftdi.j2xx.interfaces.SpiMaster
-
Switch the SPI master to single, dual, or quad lines.
- setMaxBufferSize(int) - Method in class com.ftdi.j2xx.D2xxManager.DriverParameters
-
This method will set the Max Buffer size to process Rx data in the user space
application.
- setMaxTransferSize(int) - Method in class com.ftdi.j2xx.D2xxManager.DriverParameters
-
This method will set the Max Transfer size to process Rx data in the user space
application.
- setMode(int, int) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Spi_Slave
-
- setMode(int, int) - Method in interface com.ftdi.j2xx.interfaces.SpiSlave
-
Set SPI slave mode.
- setReadTimeout(int) - Method in class com.ftdi.j2xx.D2xxManager.DriverParameters
-
This method specifies the timeout values to be used for read operations.
- setRequestPermission(boolean) - Method in class com.ftdi.j2xx.D2xxManager
-
Set true to request USB permission for the device without permission when calling createDeviceInfoList API; otherwise, set false.
- setRts() - Method in class com.ftdi.j2xx.FT_Device
-
Allows the RTS modem control line to be manually asserted.
- setRxQuickResponse(boolean) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Spi_Slave
-
Adjust SPI Slave RX response method.
- setSuspendOut(boolean) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Device
-
Set suspend out enable
- setSync(boolean) - Method in class com.ftdi.j2xx.protocol.SpiSlaveEvent
-
- setUsbRegisterBroadcast(boolean) - Method in class com.ftdi.j2xx.D2xxManager
-
Set true to register broadcast for UsbManager.ACTION_USB_DEVICE_ATTACHED and UsbManager.ACTION_USB_DEVICE_DETACHED in D2xx manager; otherwise, set false.
- setVIDPID(int, int) - Method in class com.ftdi.j2xx.D2xxManager
-
This allows a custom VID and PID combination within the internal
device list table.
- singleRead(byte[], int, int[], boolean) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Spi_Master
-
Under SPI single mode, read data from an SPI slave.
- singleRead(byte[], int, int[], boolean) - Method in interface com.ftdi.j2xx.interfaces.SpiMaster
-
Under SPI single mode, read data from an SPI slave.
- singleReadWrite(byte[], byte[], int, int[], boolean) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Spi_Master
-
Under SPI single mode, full-duplex write data to and read data from an SPI slave.
- singleReadWrite(byte[], byte[], int, int[], boolean) - Method in interface com.ftdi.j2xx.interfaces.SpiMaster
-
Under SPI single mode, full-duplex write data to and read data from an SPI slave.
- singleWrite(byte[], int, int[], boolean) - Method in class com.ftdi.j2xx.ft4222.FT_4222_Spi_Master
-
Under SPI single mode, write data to an SPI slave.
- singleWrite(byte[], int, int[], boolean) - Method in interface com.ftdi.j2xx.interfaces.SpiMaster
-
Under SPI single mode, write data to an SPI slave.
- SPI_ACK - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_SLAVE_CMD
-
- SPI_GET_CONFIG - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
-
- SPI_GET_STATUS - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
-
- SPI_IO_DUAL - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.FT4222_SPIMode
-
- SPI_IO_NONE - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.FT4222_SPIMode
-
- SPI_IO_QUAD - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.FT4222_SPIMode
-
- SPI_IO_SINGLE - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.FT4222_SPIMode
-
- SPI_MASTER_TRANSFER - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_SLAVE_CMD
-
- SPI_SET_CLK - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
-
- SPI_SET_CPHA - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
-
- SPI_SET_CPOL - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
-
- SPI_SET_IO - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
-
- SPI_SET_RESET_TRANSACTION - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
-
- SPI_SET_RESTART_CONTROLLER - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
-
- SPI_SET_SLAVE_MAP - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
-
- SPI_SET_SS - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
-
- SPI_SET_TURBO - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_CMD
-
- SPI_SHART_SLAVE_TRANSFER - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_SLAVE_CMD
-
- SPI_SHORT_MASTER_TRANSFER - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_SLAVE_CMD
-
- SPI_SLAVE_TRANSFER - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_SLAVE_CMD
-
- SPI_SS_NEGTIVE - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_SS
-
- SPI_SS_POSITIVE - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.SPI_SS
-
- SpiMaster - Interface in com.ftdi.j2xx.interfaces
-
- SpiSlave - Interface in com.ftdi.j2xx.interfaces
-
- SpiSlaveEvent - Class in com.ftdi.j2xx.protocol
-
- SpiSlaveEvent(int, boolean, Object, Object, Object) - Constructor for class com.ftdi.j2xx.protocol.SpiSlaveEvent
-
- SpiSlaveListener - Interface in com.ftdi.j2xx.protocol
-
FTDI SPI SLAVE Protocol listener
- SpiSlaveRequestEvent - Class in com.ftdi.j2xx.protocol
-
- SpiSlaveRequestEvent(int, boolean, Object, Object, Object) - Constructor for class com.ftdi.j2xx.protocol.SpiSlaveRequestEvent
-
- SpiSlaveResponseEvent - Class in com.ftdi.j2xx.protocol
-
- SpiSlaveResponseEvent(int, int, Object, Object, Object) - Constructor for class com.ftdi.j2xx.protocol.SpiSlaveResponseEvent
-
- SpiSlaveThread - Class in com.ftdi.j2xx.protocol
-
- SpiSlaveThread() - Constructor for class com.ftdi.j2xx.protocol.SpiSlaveThread
-
- START - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.I2C_MasterFlag
-
- START_AND_STOP - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.I2C_MasterFlag
-
- STOP - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.I2C_MasterFlag
-
- stopInTask() - Method in class com.ftdi.j2xx.FT_Device
-
This method stops the driver's IN thread and prevents USB IN requests
being issued to the device.
- stoppedInTask() - Method in class com.ftdi.j2xx.FT_Device
-
This method return the running status of starts the driver's IN thread.
- SYS_CLK_24 - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.FT4222_ClockRate
-
- SYS_CLK_48 - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.FT4222_ClockRate
-
- SYS_CLK_60 - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.FT4222_ClockRate
-
- SYS_CLK_80 - Static variable in class com.ftdi.j2xx.ft4222.FT_4222_Defines.FT4222_ClockRate
-