Functions
osdep_dummy.c File Reference

Mercury API - Sample OS-dependent functions that do nothing. More...

#include <stdint.h>
#include "osdep.h"
Include dependency graph for osdep_dummy.c:

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)

Detailed Description

Mercury API - Sample OS-dependent functions that do nothing.

Author:
Nathan Williams
Date:
2/24/2010

Definition in file osdep_dummy.c.


Function Documentation

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.

Definition at line 39 of file osdep_dummy.c.

void tmr_sleep ( uint32_t  sleepms)

Suspend operation for a given duration.

Parameters:
sleepmsThe number of milliseconds to sleep for.

Definition at line 30 of file osdep_dummy.c.



thingmagic_rfid
Author(s): Brian Bingham
autogenerated on Thu May 16 2019 03:01:24