diff options
author | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-12-15 17:13:26 +0000 |
---|---|---|
committer | henryk <henryk@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2007-12-15 17:13:26 +0000 |
commit | 40bf6fbf1a821fdb0891ed7c0989d1a3548d503a (patch) | |
tree | cd9bca4a88562ea7449e01e2cbd4ef10b4d7b318 /openpicc/application/ssc_picc.h | |
parent | 91d960e6945a1bb8e70e41d62fbb3be93b16f989 (diff) |
Further the distinction between SSC and PDC transfersize
Add convenient access to the last data bit from the miller decoder for type a frames
git-svn-id: https://svn.openpcd.org:2342/trunk@391 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpicc/application/ssc_picc.h')
-rw-r--r-- | openpicc/application/ssc_picc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openpicc/application/ssc_picc.h b/openpicc/application/ssc_picc.h index 9600bab..937cab5 100644 --- a/openpicc/application/ssc_picc.h +++ b/openpicc/application/ssc_picc.h @@ -67,7 +67,8 @@ typedef enum { typedef struct { enum ssc_mode mode; - u_int16_t transfersize; + u_int16_t transfersize_ssc; + u_int16_t transfersize_pdc; u_int16_t transfers; } ssc_mode_def; |