projects
/
proxmark3-svn
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lf search use new psk, small demod adjustments
[proxmark3-svn]
/
armsrc
/
util.h
diff --git
a/armsrc/util.h
b/armsrc/util.h
index 080dac6b5ebab17675dfe2ae4cb4de15fe5e46f0..e8b9cdffbc8dd2ebf3a537ae9592a9207fba8ae0 100644
(file)
--- a/
armsrc/util.h
+++ b/
armsrc/util.h
@@
-13,8
+13,7
@@
#include <stddef.h>
#include <stdint.h>
#include <stddef.h>
#include <stdint.h>
-
-#define RAMFUNC __attribute((long_call, section(".ramfunc")))
+#include <common.h>
#define BYTEx(x, n) (((x) >> (n * 8)) & 0xff )
#define BYTEx(x, n) (((x) >> (n * 8)) & 0xff )
@@
-28,6
+27,8
@@
#define BUTTON_DOUBLE_CLICK -2
#define BUTTON_ERROR -99
#define BUTTON_DOUBLE_CLICK -2
#define BUTTON_ERROR -99
+size_t nbytes(size_t nbits);
+uint32_t SwapBits(uint32_t value, int nrbits);
void num_to_bytes(uint64_t n, size_t len, uint8_t* dest);
uint64_t bytes_to_num(uint8_t* src, size_t len);
void num_to_bytes(uint64_t n, size_t len, uint8_t* dest);
uint64_t bytes_to_num(uint8_t* src, size_t len);
@@
-42,4
+43,11
@@
void FormatVersionInformation(char *dst, int len, const char *prefix, void *vers
void StartTickCount();
uint32_t RAMFUNC GetTickCount();
void StartTickCount();
uint32_t RAMFUNC GetTickCount();
+void StartCountUS();
+uint32_t RAMFUNC GetCountUS();
+uint32_t RAMFUNC GetDeltaCountUS();
+
+void StartCountSspClk();
+uint32_t RAMFUNC GetCountSspClk();
+
#endif
#endif
Impressum
,
Datenschutz