From f7a420f2387b0bb660df08954d4bf35a66937203 Mon Sep 17 00:00:00 2001 From: henryk Date: Fri, 14 Mar 2008 18:29:28 +0000 Subject: Faked anticollision working now. During stress test (OpenPCD reqa firmware in anticol mode performing one cycle every 70ms) there were 52 late frames in 15992. git-svn-id: https://svn.openpcd.org:2342/trunk@454 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 a2d7458..e2418ca 100644 --- a/openpicc/application/iso14443.h +++ b/openpicc/application/iso14443.h @@ -80,6 +80,7 @@ typedef enum { FRAME_PENDING, /* Frame is currently filled by Rx */ FRAME_FULL, /* Frame has been filled by Rx */ FRAME_PROCESSING,/* The frame is currently processed by the consumer */ + FRAME_PREFILLED, /* The frame has been prefilled for later usage (only used for TX) */ } iso14443_frame_state_t; -- cgit v1.2.3