X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Ffx2lafw%2Fprotocol.h;h=a0d69c40e4b0e0fcdc4d7bffead17695f0547484;hb=693c52482a55f7eee9da11b084971560058aebef;hp=955045a60c0f3423d3997fb16a6259aad9290443;hpb=3fc3fbe46e472a1466085bb2498d8d9b469d63f8;p=libsigrok.git diff --git a/src/hardware/fx2lafw/protocol.h b/src/hardware/fx2lafw/protocol.h index 955045a6..a0d69c40 100644 --- a/src/hardware/fx2lafw/protocol.h +++ b/src/hardware/fx2lafw/protocol.h @@ -135,7 +135,9 @@ struct dev_context { gboolean dslogic; uint16_t dslogic_mode; uint32_t trigger_pos; - int dslogic_external_clock; + gboolean dslogic_external_clock; + gboolean dslogic_continuous_mode; + int dslogic_clock_edge; int dslogic_voltage_threshold; };