projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Speedup Mifare Plus Attack v1
[proxmark3-svn]
/
armsrc
/
util.h
diff --git
a/armsrc/util.h
b/armsrc/util.h
index 05364519e6c09565cf1e64f0b36dda4f4f92edd9..d323529226e71993d9518e2a1dd97264a1b30d1f 100644
(file)
--- a/
armsrc/util.h
+++ b/
armsrc/util.h
@@
-18,6
+18,7
@@
#include "apps.h"
#include "BigBuf.h"
#include "proxmark3.h"
#include "apps.h"
#include "BigBuf.h"
#include "proxmark3.h"
+#include "ticks.h"
#define BYTEx(x, n) (((x) >> (n * 8)) & 0xff )
#define BYTEx(x, n) (((x) >> (n * 8)) & 0xff )
@@
-51,23
+52,10
@@
void rol(uint8_t *data, const size_t len);
void lsl (uint8_t *data, size_t len);
int32_t le24toh (uint8_t data[3]);
void lsl (uint8_t *data, size_t len);
int32_t le24toh (uint8_t data[3]);
-void SpinDelay(int ms);
-void SpinDelayUs(int us);
void LED(int led, int ms);
void LEDsoff();
int BUTTON_CLICKED(int ms);
int BUTTON_HELD(int ms);
void FormatVersionInformation(char *dst, int len, const char *prefix, void *version_information);
void LED(int led, int ms);
void LEDsoff();
int BUTTON_CLICKED(int ms);
int BUTTON_HELD(int ms);
void FormatVersionInformation(char *dst, int len, const char *prefix, void *version_information);
-void StartTickCount();
-uint32_t RAMFUNC GetTickCount();
-
-void StartCountUS();
-uint32_t RAMFUNC GetCountUS();
-//uint32_t RAMFUNC GetDeltaCountUS();
-
-void StartCountSspClk();
-void ResetSspClk(void);
-uint32_t RAMFUNC GetCountSspClk();
-
#endif
#endif
Impressum
,
Datenschutz