From 6304718e371e590b09e176c05df21fc5fb631cec Mon Sep 17 00:00:00 2001 From: henryk Date: Wed, 5 Mar 2008 05:03:36 +0000 Subject: Port over the differential miller decoder from the sniffonly host tool Move clock switch to its own header file Specify default (and for non-clock switching capable hardware: single) clock source in hardware definitions git-svn-id: https://svn.openpcd.org:2342/trunk@443 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/iso14443.h | 1 + 1 file changed, 1 insertion(+) (limited to 'openpicc/application/iso14443.h') diff --git a/openpicc/application/iso14443.h b/openpicc/application/iso14443.h index cc7a640..d3439d1 100644 --- a/openpicc/application/iso14443.h +++ b/openpicc/application/iso14443.h @@ -85,6 +85,7 @@ typedef struct { NO_PARITY, /* Don't send any parity */ } parity; enum { ISO14443A_LAST_BIT_0 = 0, ISO14443A_LAST_BIT_1 = 1, ISO14443A_LAST_BIT_NONE } last_bit; + enum { CRC_UNCALCULATED = 2, CRC_OK = 1, CRC_ERROR = 0} crc; } a; } parameters; u_int32_t numbytes; -- cgit v1.2.3