]>
Commit | Line | Data |
---|---|---|
6658905f | 1 | //-----------------------------------------------------------------------------\r |
2 | // Definitions internal to the app source.\r | |
3 | // Jonathan Westhues, Aug 2005\r | |
4 | // Added ISO14443-A support by Gerhard de Koning Gans, April 2008\r | |
5 | //-----------------------------------------------------------------------------\r | |
6 | \r | |
7 | #ifndef __APPS_H\r | |
8 | #define __APPS_H\r | |
9 | \r | |
9bea179a | 10 | // The large multi-purpose buffer, typically used to hold A/D samples,\r |
11 | // maybe processed in some way.\r | |
7381e8f2 | 12 | DWORD BigBuf[12000];\r |
9bea179a | 13 | \r |
14 | /// appmain.h\r | |
17465c9e | 15 | void ReadMem(int addr);\r |
6658905f | 16 | void AppMain(void);\r |
955fc5e2 | 17 | void SamyRun(void);\r |
6658905f | 18 | void DbpIntegers(int a, int b, int c);\r |
19 | void DbpString(char *str);\r | |
6658905f | 20 | void ToSendStuffBit(int b);\r |
21 | void ToSendReset(void);\r | |
17465c9e | 22 | void ListenReaderField(int limit);\r |
23 | void AcquireRawAdcSamples125k(BOOL at134khz);\r | |
24 | void DoAcquisition125k(BOOL at134khz);\r | |
6658905f | 25 | extern int ToSendMax;\r |
26 | extern BYTE ToSend[];\r | |
27 | extern DWORD BigBuf[];\r | |
28 | \r | |
9bea179a | 29 | /// fpga.h\r |
30f2a7d3 | 30 | void FpgaSendCommand(WORD cmd, WORD v);\r |
6658905f | 31 | void FpgaWriteConfWord(BYTE v);\r |
32 | void FpgaDownloadAndGo(void);\r | |
33 | void FpgaSetupSsc(void);\r | |
34 | void SetupSpi(int mode);\r | |
35 | void FpgaSetupSscDma(BYTE *buf, int len);\r | |
36 | void SetAdcMuxFor(int whichGpio);\r | |
37 | \r | |
30f2a7d3 | 38 | // Definitions for the FPGA commands.\r |
17465c9e | 39 | #define FPGA_CMD_SET_CONFREG (1<<12)\r |
40 | #define FPGA_CMD_SET_DIVISOR (2<<12)\r | |
6658905f | 41 | // Definitions for the FPGA configuration word.\r |
17465c9e | 42 | #define FPGA_MAJOR_MODE_LF_READER (0<<5)\r |
43 | #define FPGA_MAJOR_MODE_LF_SIMULATOR (1<<5)\r | |
44 | #define FPGA_MAJOR_MODE_HF_READER_TX (2<<5)\r | |
6658905f | 45 | #define FPGA_MAJOR_MODE_HF_READER_RX_XCORR (3<<5)\r |
17465c9e | 46 | #define FPGA_MAJOR_MODE_HF_SIMULATOR (4<<5)\r |
47 | #define FPGA_MAJOR_MODE_HF_ISO14443A (5<<5)\r | |
48 | #define FPGA_MAJOR_MODE_LF_PASSTHRU (6<<5)\r | |
49 | #define FPGA_MAJOR_MODE_OFF (7<<5)\r | |
6658905f | 50 | // Options for the HF reader, tx to tag\r |
17465c9e | 51 | #define FPGA_HF_READER_TX_SHALLOW_MOD (1<<0)\r |
6658905f | 52 | // Options for the HF reader, correlating against rx from tag\r |
17465c9e | 53 | #define FPGA_HF_READER_RX_XCORR_848_KHZ (1<<0)\r |
54 | #define FPGA_HF_READER_RX_XCORR_SNOOP (1<<1)\r | |
6658905f | 55 | // Options for the HF simulated tag, how to modulate\r |
17465c9e | 56 | #define FPGA_HF_SIMULATOR_NO_MODULATION (0<<0)\r |
57 | #define FPGA_HF_SIMULATOR_MODULATE_BPSK (1<<0)\r | |
6658905f | 58 | // Options for ISO14443A\r |
17465c9e | 59 | #define FPGA_HF_ISO14443A_SNIFFER (0<<0)\r |
60 | #define FPGA_HF_ISO14443A_TAGSIM_LISTEN (1<<0)\r | |
61 | #define FPGA_HF_ISO14443A_TAGSIM_MOD (2<<0)\r | |
62 | #define FPGA_HF_ISO14443A_READER_LISTEN (3<<0)\r | |
63 | #define FPGA_HF_ISO14443A_READER_MOD (4<<0)\r | |
6658905f | 64 | \r |
9bea179a | 65 | /// lfops.h\r |
66 | void AcquireRawAdcSamples125k(BOOL at134khz);\r | |
67 | void DoAcquisition125k(BOOL at134khz);\r | |
68 | void ModThenAcquireRawAdcSamples125k(int delay_off,int period_0,int period_1,BYTE *command);\r | |
69 | void ReadTItag();\r | |
70 | void WriteTItag(DWORD idhi, DWORD idlo, WORD crc);\r | |
71 | void AcquireTiType(void);\r | |
72 | void AcquireRawBitsTI(void);\r | |
73 | void SimulateTagLowFrequency(int period, int ledcontrol);\r | |
74 | void CmdHIDsimTAG(int hi, int lo, int ledcontrol);\r | |
75 | void CmdHIDdemodFSK(int findone, int *high, int *low, int ledcontrol);\r | |
76 | \r | |
6658905f | 77 | /// iso14443.h\r |
78 | void SimulateIso14443Tag(void);\r | |
79 | void AcquireRawAdcSamplesIso14443(DWORD parameter);\r | |
17465c9e | 80 | void ReadSRI512Iso14443(DWORD parameter);\r |
6658905f | 81 | void SnoopIso14443(void);\r |
82 | \r | |
83 | /// iso14443a.h\r | |
84 | void SnoopIso14443a(void);\r | |
85 | void SimulateIso14443aTag(int tagType, int TagUid); // ## simulate iso14443a tag\r | |
86 | void ReaderIso14443a(DWORD parameter);\r | |
87 | \r | |
88 | /// iso15693.h\r | |
89 | void AcquireRawAdcSamplesIso15693(void);\r | |
90 | void ReaderIso15693(DWORD parameter); // Simulate an ISO15693 reader - greg\r | |
91 | void SimTagIso15693(DWORD parameter); // simulate an ISO15693 tag - greg\r | |
92 | \r | |
93 | /// util.h\r | |
17465c9e | 94 | #define LED_RED 1\r |
95 | #define LED_ORANGE 2\r | |
96 | #define LED_GREEN 4\r | |
97 | #define LED_RED2 8\r | |
98 | #define BUTTON_HOLD 1\r | |
99 | #define BUTTON_NO_CLICK 0\r | |
100 | #define BUTTON_SINGLE_CLICK -1\r | |
101 | #define BUTTON_DOUBLE_CLICK -2\r | |
102 | #define BUTTON_ERROR -99\r | |
6658905f | 103 | int strlen(char *str);\r |
104 | void *memcpy(void *dest, const void *src, int len);\r | |
105 | void *memset(void *dest, int c, int len);\r | |
106 | int memcmp(const void *av, const void *bv, int len);\r | |
17465c9e | 107 | void SpinDelay(int ms);\r |
955fc5e2 | 108 | void SpinDelayUs(int us);\r |
17465c9e | 109 | void LED(int led, int ms);\r |
110 | void LEDsoff();\r | |
111 | int BUTTON_CLICKED(int ms);\r | |
112 | int BUTTON_HELD(int ms);\r | |
6658905f | 113 | \r |
114 | #endif\r |