From: Gerhard Sittig Date: Tue, 28 Jul 2020 15:37:11 +0000 (+0200) Subject: sle44xx: optionally use samplerate to show processing durations X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=6bddf39e7a2758cdd5b0e6e3ef1304346a22c565;hp=6bddf39e7a2758cdd5b0e6e3ef1304346a22c565;p=libsigrokdecode.git sle44xx: optionally use samplerate to show processing durations The protocol is clocked, so strictly does not depend on the samplerate. When the samplerate is available, the duration of internal processing (memory erase and write) can get annotated. It's an optional feature. The datasheet suggests that write and erase time are in the range of a few milliseconds. Normalize to ms units and provide 10us resolution. ---