X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fzeroplus-logic-cube%2Fprotocol.h;h=e179f1f8a2280b86b89e5f5e1c811ab6f52eaa1e;hb=070668a0fd0876485ea6867eb60010da0ef1c304;hp=62aa02551f6fa59055a28de62f9e920f85a41612;hpb=ca314e060f653e6a0b5ec0f58914bac4d426217f;p=libsigrok.git diff --git a/src/hardware/zeroplus-logic-cube/protocol.h b/src/hardware/zeroplus-logic-cube/protocol.h index 62aa0255..e179f1f8 100644 --- a/src/hardware/zeroplus-logic-cube/protocol.h +++ b/src/hardware/zeroplus-logic-cube/protocol.h @@ -28,7 +28,7 @@ #include "libsigrok-internal.h" #include "analyzer.h" -#define LOG_PREFIX "zeroplus" +#define LOG_PREFIX "zeroplus-logic-cube" struct dev_context { uint64_t cur_samplerate; @@ -42,7 +42,7 @@ struct dev_context { //uint8_t trigger_value[NUM_TRIGGER_STAGES]; // uint8_t trigger_buffer[NUM_TRIGGER_STAGES]; int trigger; - unsigned int capture_ratio; + uint64_t capture_ratio; double cur_threshold; const struct zp_model *prof; }; @@ -50,7 +50,6 @@ struct dev_context { SR_PRIV unsigned int get_memory_size(int type); SR_PRIV int zp_set_samplerate(struct dev_context *devc, uint64_t samplerate); SR_PRIV int set_limit_samples(struct dev_context *devc, uint64_t samples); -SR_PRIV int set_capture_ratio(struct dev_context *devc, uint64_t ratio); SR_PRIV int set_voltage_threshold(struct dev_context *devc, double thresh); SR_PRIV void set_triggerbar(struct dev_context *devc);