HomeSort by relevance Sort by last modified time
    Searched full:ftdi (Results 1 - 17 of 17) sorted by null

  /system/tpm/trunks/ftdi/
mpsse.c 30 #include "trunks/ftdi/support.h"
50 * Opens and initializes the first FTDI device found.
82 * @interface - FTDI interface to use (IFACE_A - IFACE_D).
108 * @interface - FTDI interface to use (IFACE_A - IFACE_D).
139 if (ftdi_init(&mpsse->ftdi)) {
144 /* Set the FTDI interface */
145 ftdi_set_interface(&mpsse->ftdi, interface);
148 if (!ftdi_usb_open_desc_index(&mpsse->ftdi, vid, pid, description, serial,
162 status |= ftdi_usb_reset(&mpsse->ftdi);
163 status |= ftdi_set_latency_timer(&mpsse->ftdi, LATENCY_MS)
    [all...]
support.c 29 #include "trunks/ftdi/support.h"
31 /* Write data to the FTDI chip */
36 if (ftdi_write_data(&mpsse->ftdi, buf, size) == size) {
44 /* Read data from the FTDI chip */
50 r = ftdi_read_data(&mpsse->ftdi, buf, size);
64 ftdi_usb_purge_rx_buffer(&mpsse->ftdi);
74 mpsse->ftdi.usb_read_timeout = timeout;
75 mpsse->ftdi.usb_write_timeout = timeout;
support.h 25 #include "trunks/ftdi/mpsse.h"
mpsse.h 23 #include <libftdi1/ftdi.h>
60 /* FTDI interfaces */
154 struct ftdi_context ftdi; member in struct:mpsse_context
  /hardware/bsp/intel/peripheral/libmraa/docs/
ftdi_ft4222.md 0 FTDI FT4222H {#ft4222}
5 supports it as a USB subplatform using the libft4222 library from FTDI which
65 We tested the module using FTDI's UMFT4222EV reference board. More details on
72 You will need to unload all ftdi kernel modules for libft4222 to work
galileorevh.md 24 Uart 1 is connected to the FTDI header and the linux console. It's also
27 this is done, this was tested using an FTDI 3.3V TTL cable:
edison.md 49 - Requesting GPIO 4 will break your FTDI UART console, so bear in mind when trying to use it
  /system/tpm/trunks/
trunks_ftdi_spi.h 29 #include "trunks/ftdi/mpsse.h"
34 // commands to the SPI over FTDI interface directly to a TPM chip.
86 // A plug to support compilations on platforms where FTDI SPI interface is not
trunks.gyp 72 'ftdi/mpsse.c',
73 'ftdi/support.c',
trunksd.cc 97 if (cl->HasSwitch("ftdi")) {
98 LOG(INFO) << "Sending commands to FTDI SPI.";
trunks_ftdi_spi.cc 241 LOG(ERROR) << "attempt to use an uninitialized FTDI TPM!";
  /hardware/bsp/intel/peripheral/libmraa/src/python/docs/
index.rst 31 * `FTDI FT4222H <../ft4222.html>`_
  /hardware/bsp/intel/peripheral/libmraa/
CMakeLists.txt 65 option (FTDI4222 "Build with FTDI FT4222 subplatform support." OFF)
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
types.h 53 MRAA_FTDI_FT4222 = 256, /**< FTDI FT4222 USB to i2c bridge */
  /hardware/bsp/intel/peripheral/libmraa/src/usb/
ftdi_ft4222.c 36 #define PLATFORM_NAME "FTDI FT4222"
92 // FIXME: Assumes just one physical FTDI device present
505 // FTDI GPIO
530 // FTDI GPIO
  /external/autotest/server/cros/servo/
firmware_programmer.py 9 firmware using FTDI, USB and/or serial interfaces provided by servo.
  /device/google/accessory/demokit/hardware/eng/m256c/
mega2560 BOM rev 01.rtf     [all...]

Completed in 352 milliseconds