Go to the documentation of this file.
23 #ifndef LIBSIGROK_HARDWARE_FX2LAFW_FX2LAFW_H
24 #define LIBSIGROK_HARDWARE_FX2LAFW_FX2LAFW_H
26 #define USB_INTERFACE 0
27 #define USB_CONFIGURATION 1
28 #define NUM_TRIGGER_STAGES 4
29 #define TRIGGER_TYPES "01"
31 #define MAX_RENUM_DELAY_MS 3000
32 #define NUM_SIMUL_TRANSFERS 32
33 #define MAX_EMPTY_TRANSFERS (NUM_SIMUL_TRANSFERS * 2)
35 #define FX2LAFW_REQUIRED_VERSION_MAJOR 1
38 #define MAX_SAMPLE_DELAY (6 * 256)
41 #define TRIGGER_FIRED -1
81 struct sr_usb_dev_inst *
usb;