]> sigrok.org Git - libsigrok.git/commit
asix-sigma: Adjust clock configuration upon acquisition start
authorGerhard Sittig <redacted>
Thu, 25 May 2017 23:30:42 +0000 (01:30 +0200)
committerUwe Hermann <redacted>
Fri, 26 May 2017 20:48:32 +0000 (22:48 +0200)
commit8256ed15c605db4f472f928dc67e9734947e0ab9
treed1fa1a99a60abb4bc1814ba6b98b7c67639a80d4
parent5b1d15efb93c5e18e33432840af08e324d126ee9
asix-sigma: Adjust clock configuration upon acquisition start

Configure the samplerate clock and channel count during acquisition
start in identical ways for 50MHz, 100MHz, and 200MHz modes.

This part was inspired by work done by jry@ yet was addressed in
different ways (no exception, do everything in every mode the same way).

Eliminate a portability issue in the previous implementation. Make sure
to send the configuration bytes in the correct order to the hardware.
Don't typecase a struct reference to a bytepointer and hope that the
internal memory representation might fit the external hardware's idea.
src/hardware/asix-sigma/api.c