From: Gerhard Sittig Date: Sun, 1 Jul 2018 13:30:30 +0000 (+0200) Subject: uart: rephrase data bits to data value conversion X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=5166b0317835b35d810506f36e1a957e58109515;hp=5166b0317835b35d810506f36e1a957e58109515 uart: rephrase data bits to data value conversion Use the already available .databits[] information which holds sample data and bit time edge positions, and the common bitpack() routine. This shall increase readability of the bits to value conversion. [ best viewed with more context, like 'git diff -U5' ] ---