X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fopenbench-logic-sniffer%2Fprotocol.h;h=b9e16e9c869d9f3cd8692e983a9b7aba002fdb9f;hb=61c39f54bbcae7bdde86ddb11b2fd0ff308d319b;hp=a721c50b731220e8cf15a24cb92d0a3166c04645;hpb=00d04d3b0eca2898409fe78b33c1bbf177cd8504;p=libsigrok.git diff --git a/hardware/openbench-logic-sniffer/protocol.h b/hardware/openbench-logic-sniffer/protocol.h index a721c50b..b9e16e9c 100644 --- a/hardware/openbench-logic-sniffer/protocol.h +++ b/hardware/openbench-logic-sniffer/protocol.h @@ -75,12 +75,14 @@ #define FLAG_CLOCK_EXTERNAL 0x40 #define FLAG_CLOCK_INVERTED 0x80 #define FLAG_RLE 0x0100 +#define FLAG_SWAP_PROBES 0x0200 #define FLAG_EXTERNAL_TEST_MODE 0x0400 #define FLAG_INTERNAL_TEST_MODE 0x0800 /* Private, per-device-instance driver context. */ struct dev_context { /* Fixed device settings */ + int max_probes; uint32_t max_samples; uint32_t max_samplerate; uint32_t protocol_version;