代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.h
//*****************************************************************************
//
// timer.h - Prototypes for the timer module
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reser
timer.c
/**
* \addtogroup timer
* @{
*/
/**
* \file
* Timer library implementation.
* \author
* Adam Dunkels
*/
/*
* Copyright (c) 2004, Swedish Institute of Computer Sc
timer.h
/**
* \defgroup timer Timer library
*
* The timer library provides functions for setting, resetting and
* restarting timers, and for checking if a timer has expired. An
* application must "m
timer.c
/***********************************************************************
* *
* This file contains the implementation of timer.h
timer.scr
/* ************************************************************************ */
/* Copyright (c) 1997-2001 Evatronix SA */
/* *************************************
timer.out
Loading snapshot worklib.oc8051_tb:v .................... Done
ncsim> source /shared/tools/ncsim/tools/inca/files/ncsimrc
ncsim> run
Warning! some objects excluded from $dumpvars due to -access -R
timer_test.in
///
/// created by oc8051 rom maker
/// author: Simon Teran (simont@opencores.org)
///
/// source file: D:\tmp\asm\TEMP\timer_test.hex
/// date: 15.7.02
/// time: 11:11:02
///
01
4B
00
32
timer.h
#ifndef _TIMER_H_
#define _TIMER_H_
#include "portab.h"
typedef struct
{
int64_t all;
int64_t start;
int64_t overhead;
} timer_st;
#ifdef ENABLE_PROFILE
static __inline
timer.h
#ifndef _TIMER_H_
#define _TIMER_H_
#include "portab.h"
typedef struct
{
int64_t all;
int64_t start;
int64_t overhead;
} timer_st;
#ifdef ENABLE_PROFILE
static __inline
timer.c
//*****************************************************************************
//
// timer.c - Driver for the timer module.
//
// Copyright (c) 2005-2007 Luminary Micro, Inc. All rights reserved