mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
added a precision timer ( 0.6ns for 43ms)
This commit is contained in:
parent
7cdd384242
commit
0c54d13c47
2 changed files with 26 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
|
||||
void SpinDelay(int ms);
|
||||
void SpinDelayUs(int us);
|
||||
void SpinDelayUsPrecision(int us); // precision 0.6us , running for 43ms before
|
||||
|
||||
void StartTickCount(void);
|
||||
uint32_t RAMFUNC GetTickCount(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue