Functions | Variables
osdep_samD21j18a.c File Reference

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

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

Go to the source code of this file.

Functions

void SysTick_Handler (void)
uint64_t tmr_gettime (void)
uint32_t tmr_gettime_high ()
uint32_t tmr_gettime_low ()
TMR_TimeStructure tmr_gettimestructure ()
void tmr_sleep (uint32_t sleepms)

Variables

uint32_t msec = 0

Detailed Description

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

Author:
Pallav Joshi
Date:
6/14/2016

Definition in file osdep_samD21j18a.c.


Function Documentation

void SysTick_Handler ( void  )

Definition at line 15 of file osdep_samD21j18a.c.

uint64_t tmr_gettime ( void  )

Definition at line 21 of file osdep_samD21j18a.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 42 of file osdep_samD21j18a.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 33 of file osdep_samD21j18a.c.

Definition at line 65 of file osdep_samD21j18a.c.

void tmr_sleep ( uint32_t  sleepms)

Suspend operation for a given duration.

Parameters:
sleepmsThe number of milliseconds to sleep for.

Definition at line 52 of file osdep_samD21j18a.c.


Variable Documentation

uint32_t msec = 0

Definition at line 12 of file osdep_samD21j18a.c.



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