]> sigrok.org Git - libsigrokdecode.git/commitdiff
uart: document the Python annotation for BREAK
authorGerhard Sittig <redacted>
Fri, 23 Nov 2018 18:09:09 +0000 (19:09 +0100)
committerUwe Hermann <redacted>
Sun, 25 Nov 2018 09:57:09 +0000 (10:57 +0100)
decoders/uart/pd.py

index ffacad9acfb6c83c65058b59a4cbda159d6a2b01..2ba8c57f70c4fa92e47a1df0a1b2c0a1868fd239 100644 (file)
@@ -40,6 +40,7 @@ This is the list of <ptype>s and their respective <pdata> values:
  - 'PARITY ERROR': The data is a tuple with two entries. The first one is
    the expected parity value, the second is the actual parity value.
  - TODO: Frame error?
+ - 'BREAK': The data is always 0.
 
 The <rxtx> field is 0 for RX packets, 1 for TX packets.
 '''