X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fpipistrello-ols%2Fprotocol.h;h=2f0249072366566a0e5a2c0238e2fa63284f0ebf;hb=d7a4dad881bf;hp=5c8cbb3b642d97cd1850de987fab1a5e09dfd294;hpb=b15ff1c92aabeea04649de25a3a01f851ab0a1ec;p=libsigrok.git diff --git a/src/hardware/pipistrello-ols/protocol.h b/src/hardware/pipistrello-ols/protocol.h index 5c8cbb3b..2f024907 100644 --- a/src/hardware/pipistrello-ols/protocol.h +++ b/src/hardware/pipistrello-ols/protocol.h @@ -27,7 +27,7 @@ #include #include "libsigrok-internal.h" -#define LOG_PREFIX "p-ols" +#define LOG_PREFIX "pipistrello-ols" #define USB_VENDOR_ID 0x0403 #define USB_DEVICE_ID 0x6010 @@ -49,8 +49,8 @@ #define CMD_METADATA 0x04 #define CMD_SET_DIVIDER 0x80 #define CMD_SET_FLAGS 0x82 -#define CMD_CAPTURE_COUNT 0x83 -#define CMD_CAPTURE_DELAY 0x84 +#define CMD_CAPTURE_DELAYCOUNT 0x83 +#define CMD_CAPTURE_READCOUNT 0x84 #define CMD_SET_TRIGGER_MASK 0xc0 #define CMD_SET_TRIGGER_VALUE 0xc1 #define CMD_SET_TRIGGER_CONFIG 0xc2 @@ -87,7 +87,7 @@ struct dev_context { uint32_t cur_samplerate_divider; uint32_t max_samples; uint64_t limit_samples; - int capture_ratio; + uint64_t capture_ratio; int trigger_at; uint32_t channel_mask; uint32_t trigger_mask[NUM_TRIGGER_STAGES];