代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/399336/7868949
h timer.h
/******************************************************************************/
/* TIMER.H - TMS320C6x Peripheral Support Library Timers Support */
/*
www.eeworm.com/read/434297/7876223
h timer.h
//========================================================================//
// 文件名: Timer0.h
// 作 者: xinqiang Zhang(小丑) (email: xinqiang@Mzdesign.com.cn)
// 日 期: 2008/01/03
// 描 述: timer0的头文
www.eeworm.com/read/434297/7876244
c timer.c
//========================================================================//
// 文件名: Timer0.c
// 作 者: xinqiang Zhang(小丑) (email: xinqiang@Mzdesign.com.cn)
// 日 期: 2008/01/01
// 描 述: timer0的应用
www.eeworm.com/read/434049/7894241
png timer.png
www.eeworm.com/read/199019/7894347
h 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
www.eeworm.com/read/398937/7907792
h timer.h
//--------------------------------------------------
// Desc: timer operation
// Date: 2006.8.30 /update
// Author: artsylee
//
// Copyright (C) 2006 artsylee
//
// Add CHTimer(2007.2.21)
www.eeworm.com/read/398937/7907822
cpp timer.cpp
//--------------------------------------------------
// Desc: Timer
// Author: artsylee/2006.8.30
//--------------------------------------------------
#include "../stdafx.h"
#include "Timer.h"
www.eeworm.com/read/398937/7908292
h timer.h
//--------------------------------------------------
// Desc: timer operation
// Date: 2006.8.30 /update
// Author: artsylee
//
// Copyright (C) 2006 artsylee
//
// Add CHTimer(2007.2.21)
www.eeworm.com/read/198820/7908464
o timer.o
www.eeworm.com/read/398937/7908543
h timer.h
//--------------------------------------------------
// Desc: timer operation
// Date: 2006.8.30 /update
// Author: artsylee
//
// Copyright (C) 2006 artsylee
//
// Add CHTimer(2007.2.21)