]> sigrok.org Git - libsigrok.git/commit - src/hardware/asix-sigma/protocol.c
asix-sigma: Move all register I/O into download_capture()
authorMarek Vasut <redacted>
Sun, 20 Apr 2014 18:45:40 +0000 (20:45 +0200)
committerBert Vermeulen <redacted>
Wed, 30 Apr 2014 16:45:51 +0000 (09:45 -0700)
commit6057d9fa54fc0c4023e4324cc9540db71ab6cfe7
treeedcc7a95ad53333edad8f816730efd2102f2054b
parent00c8650877a169a04f309f5ecccf7b1b67c75987
asix-sigma: Move all register I/O into download_capture()

Move all the register I/O that is necessary to do the download of samples
from Sigma into download_capture() function. This makes the downloading
code contained a bit more again.

Signed-off-by: Marek Vasut <redacted>
hardware/asix-sigma/asix-sigma.c