代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.c
#include "..\..\..\KERNEL\HAL\ARM\TIMER.C"
timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
// Timer module
void HandlerTIMER4(void);
void timer_init(unsigned int tick_period_ms);
__inline void enable_timer4_irq(void);
__inline void disable_t
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
/*
* linux/arch/ia64/sn/kernel/sn2/timer.c
*
* Copyright (C) 2003 Silicon Graphics, Inc.
* Copyright (C) 2003 Hewlett-Packard Co
* David Mosberger : updated for new timer-inter
timer.c
/*
* linux/arch/h8300/platform/h8s/generic/timer.c
*
* Yoshinori Sato
*
* Platform depend Timer Handler
*
*/
#include
#include
timer.c
/*
* linux/arch/h8300/platform/h8s/edosk2674/timer.c
*
* Yoshinori Sato
*
* Platform depend Timer Handler
*
*/
#include
#include
timer.c
/*
* linux/arch/h8300/platform/h8300h/generic/timer.c
*
* Yoshinori Sato
*
* Platform depend Timer Handler
*
*/
#include
#include
timer.c
/*
* linux/arch/h8300/platform/h8300h/aki3068net/timer.c
*
* Yoshinori Sato
*
* Platform depend Timer Handler
*
*/
#include
#include