]> sigrok.org Git - libsigrok.git/commitdiff
asix-sigma: Factor out access to sample data and session data
authorGerhard Sittig <redacted>
Sun, 23 Apr 2017 12:15:57 +0000 (14:15 +0200)
committerUwe Hermann <redacted>
Fri, 26 May 2017 20:48:08 +0000 (22:48 +0200)
Introduce helper routines to access the sample data that is provided by
the ASIX hardware, as well as the buffer which accumulates logic data
before it gets sent to the session's datafeed.

This hides endianess issues from call sites, and prepares access to
memory layout which varies with sample frequencies.

This commit is based on work done by jry@.


No differences found