mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
u16
This commit is contained in:
parent
641349f6be
commit
8ebeebe7c2
1 changed files with 2 additions and 6 deletions
|
@ -34,15 +34,11 @@ uint8_t iso14443b_select_card_srx(iso14b_card_select_t *card);
|
||||||
|
|
||||||
void SimulateIso14443bTag(uint32_t pupi);
|
void SimulateIso14443bTag(uint32_t pupi);
|
||||||
void AcquireRawAdcSamplesIso14443b(uint32_t parameter);
|
void AcquireRawAdcSamplesIso14443b(uint32_t parameter);
|
||||||
void ReadSTMemoryIso14443b(uint8_t numofblocks);
|
void ReadSTMemoryIso14443b(uint16_t numofblocks);
|
||||||
void RAMFUNC SniffIso14443b(void);
|
void SniffIso14443b(void);
|
||||||
void SendRawCommand14443B(uint32_t, uint32_t, uint8_t, uint8_t[]);
|
void SendRawCommand14443B(uint32_t, uint32_t, uint8_t, uint8_t[]);
|
||||||
void SendRawCommand14443B_Ex(PacketCommandNG *c);
|
void SendRawCommand14443B_Ex(PacketCommandNG *c);
|
||||||
|
|
||||||
// testfunctions
|
|
||||||
void WaitForFpgaDelayQueueIsEmpty(uint16_t delay);
|
|
||||||
void ClearFpgaShiftingRegisters(void);
|
|
||||||
|
|
||||||
// States for 14B SIM command
|
// States for 14B SIM command
|
||||||
#define SIM_NOFIELD 0
|
#define SIM_NOFIELD 0
|
||||||
#define SIM_IDLE 1
|
#define SIM_IDLE 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue