OpenCores
URL https://opencores.org/ocsvn/usb_device_core/usb_device_core/trunk

Subversion Repositories usb_device_core

[/] [usb_device_core/] [trunk/] [sw/] [timer.h] - Blame information for rev 5

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 5 ultra_embe
#ifndef __TIMER_H__
2
#define __TIMER_H__
3
 
4
//-----------------------------------------------------------------
5
// Types
6
//-----------------------------------------------------------------
7
typedef unsigned long   t_time;
8
 
9
 
10
// TODO: Implementation specific millisecond timer...
11
static t_time  timer_now(void) {  return 0; }
12
static void    timer_sleep(int timeMs) { }
13
 
14
#endif

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.