added hf 14b view and modified dump command to be prepared to handle the different tags

This commit is contained in:
iceman1001
2022-07-03 20:06:11 +02:00
parent 45ea60c92b
commit 7b732e152e
2 changed files with 291 additions and 151 deletions
+284 -151
View File
File diff suppressed because it is too large Load Diff
+7
View File
@@ -50,6 +50,13 @@ typedef enum ISO14B_COMMAND {
ISO14B_SELECT_XRX = (1 << 12),
} iso14b_command_t;
typedef enum ISO14B_TYPE {
ISO14B_NONE = 0,
ISO14B_STANDARD = 1,
ISO14B_SR = 2,
ISO14B_CT = 4,
} iso14b_type_t;
typedef struct {
uint16_t flags; // the ISO14B_COMMAND enum
uint32_t timeout;