X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=hardware%2Fsaleae-logic16%2Fprotocol.h;h=8a1ded823900e7ae41c194f355d1a73b5f07fb15;hb=f2a189f0a7737d6abc1140b61a554c4a9f1efb70;hp=db19498a12a19925f063b233a1015b0fdf5b2038;hpb=3544f848e0d7f67af8e11ce7ec344b34cd797df3;p=libsigrok.git diff --git a/hardware/saleae-logic16/protocol.h b/hardware/saleae-logic16/protocol.h index db19498a..8a1ded82 100644 --- a/hardware/saleae-logic16/protocol.h +++ b/hardware/saleae-logic16/protocol.h @@ -63,14 +63,17 @@ struct dev_context { /* EEPROM data from address 8. */ uint8_t eeprom_data[8]; - int64_t num_samples; + int64_t sent_samples; int submitted_transfers; int empty_transfer_count; - int num_channels, cur_channel; + int num_channels; + int cur_channel; uint16_t channel_masks[16]; uint16_t channel_data[16]; uint8_t *convbuffer; size_t convbuffer_size; + struct soft_trigger_logic *stl; + gboolean trigger_fired; void *cb_data; unsigned int num_transfers;