]> sigrok.org Git - libsigrokdecode.git/commit - decoders/sdcard_spi/pd.py
sdcard_spi: Fix some abbreviations and names to match the spec.
authorUwe Hermann <redacted>
Mon, 15 Apr 2019 16:50:12 +0000 (18:50 +0200)
committerUwe Hermann <redacted>
Mon, 15 Apr 2019 17:14:02 +0000 (19:14 +0200)
commitdab5420eca0c5d217e8a41a53888c609dd70321b
tree3c4fc8428d63d82c6e3c1bd7de30652df7bce85e
parent984e3e3d3202e531c723b2e945529785a0f02ace
sdcard_spi: Fix some abbreviations and names to match the spec.

The official abbreviation for CMD24 in the spec is "WRITE_BLOCK", as
opposed to "WRITE_MULTIPLE_BLOCK" for CMD25 (chapter 4.7.4,
"Detailed Command Description", table 4-24).

The byte preceeding e.g. the CMD24 block data is called "Start Block" token
(chapter 7.3.3.2, "Start Block Tokens and Stop Tran Token"). We don't
include the "token" itself for consistency, since the decoder doesn't do
that for any other tokens either.
decoders/sdcard_spi/pd.py