mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-31 04:39:49 +08:00
notes
This commit is contained in:
parent
ede55a1498
commit
e76b4f93b8
1 changed files with 4 additions and 4 deletions
|
@ -86,9 +86,9 @@ extern void switch_off(void);
|
||||||
#define FPGA_HF_ISO14443A_READER_MOD (4<<0)
|
#define FPGA_HF_ISO14443A_READER_MOD (4<<0)
|
||||||
|
|
||||||
//options for Felica.
|
//options for Felica.
|
||||||
#define FPGA_MAJOR_MODE_ISO18092 (5<<5)
|
#define FPGA_MAJOR_MODE_ISO18092 (5<<5) // 01010 0000
|
||||||
#define FPGA_HF_ISO18092_FLAG_NOMOD (1<<0) //disable modulation module
|
#define FPGA_HF_ISO18092_FLAG_NOMOD (1<<0) // 0001 disable modulation module
|
||||||
#define FPGA_HF_ISO18092_FLAG_424K (2<<0) // should enable 414k mode (untested). No autodetect
|
#define FPGA_HF_ISO18092_FLAG_424K (2<<0) // 0010 should enable 414k mode (untested). No autodetect
|
||||||
#define FPGA_HF_ISO18092_FLAG_READER (4<<0) // enables antenna power, to act as a reader instead of tag
|
#define FPGA_HF_ISO18092_FLAG_READER (4<<0) // 0100 enables antenna power, to act as a reader instead of tag
|
||||||
|
|
||||||
#endif
|
#endif
|
Loading…
Reference in a new issue