X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Fhardware%2Fopenbench-logic-sniffer%2Fprotocol.h;h=7bcaed1f6699ecbcdb1463ae37cb8da3d21b68a2;hp=1ec671a4d9820c21a08c4fbf9585170a31e702eb;hb=f6ce25ec05e8707ee3783b111ea13779f237c3b3;hpb=ea642977e57ed0e6aa871d8c485bf11884479a7d diff --git a/src/hardware/openbench-logic-sniffer/protocol.h b/src/hardware/openbench-logic-sniffer/protocol.h index 1ec671a4..7bcaed1f 100644 --- a/src/hardware/openbench-logic-sniffer/protocol.h +++ b/src/hardware/openbench-logic-sniffer/protocol.h @@ -36,12 +36,14 @@ /* Command opcodes */ #define CMD_RESET 0x00 #define CMD_RUN 0x01 -#define CMD_TESTMODE 0x03 #define CMD_ID 0x02 +#define CMD_TESTMODE 0x03 #define CMD_METADATA 0x04 -#define CMD_SET_FLAGS 0x82 #define CMD_SET_DIVIDER 0x80 #define CMD_CAPTURE_SIZE 0x81 +#define CMD_SET_FLAGS 0x82 +#define CMD_CAPTURE_DELAYCOUNT 0x83 /* extension for Pepino */ +#define CMD_CAPTURE_READCOUNT 0x84 /* extension for Pepino */ #define CMD_SET_TRIGGER_MASK 0xc0 #define CMD_SET_TRIGGER_VALUE 0xc1 #define CMD_SET_TRIGGER_CONFIG 0xc2