Mercury API - Sample OS-dependent functions that do nothing. More...
Go to the source code of this file.
Functions | |
uint32_t | tmr_gettime_high () |
uint32_t | tmr_gettime_low () |
TMR_TimeStructure | tmr_gettimestructure () |
void | tmr_sleep (uint32_t sleepms) |
Mercury API - Sample OS-dependent functions that do nothing.
Definition in file osdep_dummy.c.
uint32_t tmr_gettime_high | ( | void | ) |
Return the high 32-bits of a system millisecond counter. This is used to timestamp tag reads.
Definition at line 20 of file osdep_dummy.c.
uint32_t tmr_gettime_low | ( | void | ) |
Return the low 32-bits of a system millisecond counter. This is used internally for operation timing and to timestamp tag reads.
Definition at line 12 of file osdep_dummy.c.
TMR_TimeStructure tmr_gettimestructure | ( | void | ) |
Definition at line 39 of file osdep_dummy.c.
void tmr_sleep | ( | uint32_t | sleepms | ) |
Suspend operation for a given duration.
sleepms | The number of milliseconds to sleep for. |
Definition at line 30 of file osdep_dummy.c.