mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
ADD: added a StopTicks functions, to disable the timer used for ticks (TC0, TC1)
This commit is contained in:
parent
5a08545794
commit
d41efbf21b
2 changed files with 7 additions and 1 deletions
|
@ -44,4 +44,5 @@ extern void WaitUS(uint16_t us);
|
|||
extern void WaitMS(uint16_t ms);
|
||||
extern void ResetTicks();
|
||||
extern void ResetTimer(AT91PS_TC timer);
|
||||
extern void StopTicks(void);
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue