mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
rework usart RX timings
This commit is contained in:
parent
794d109f30
commit
e0c9e2b0d1
4 changed files with 70 additions and 14 deletions
|
@ -27,6 +27,7 @@ void SpinDelayUs(int us);
|
|||
|
||||
void StartTickCount(void);
|
||||
uint32_t RAMFUNC GetTickCount(void);
|
||||
uint32_t RAMFUNC GetTickCountDelta(uint32_t start_ticks);
|
||||
|
||||
void StartCountUS(void);
|
||||
uint32_t RAMFUNC GetCountUS(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue