mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
added a ticks delta function, handles overflow situations much better
This commit is contained in:
parent
392c251c81
commit
6edd1b9de2
2 changed files with 10 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
|
||||
void StartTicks(void);
|
||||
uint32_t GetTicks(void);
|
||||
uint32_t RAMFUNC GetTicksDelta(uint32_t start);
|
||||
void WaitUS(uint32_t us);
|
||||
void WaitTicks(uint32_t ticks);
|
||||
void StartCountUS(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue