代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.c
/*
* timer.c - timer api & driver
*
* Author: li ming
* Date: 2008-4-16
* Copyleft: http://www.lumit.org
*/
#include "timer.h"
/* define the relative gpio r
timer.h
/*
* timer.h - header file of timer
*
* Author: li ming
* Date: 2008-4-16
* Copyleft: http://www.lumit.org
*/
/* init timer */
int timer_init(void);
int tim
timer.c
/*
* timer.c - timer api & driver
*
* Author: li ming
* Date: 2008-4-16
* Copyleft: http://www.lumit.org
*/
#include "timer.h"
#include "irq.h"
/* define t
timer.h
/*
* timer.h - header file of timer
*
* Author: li ming
* Date: 2008-4-16
* Copyleft: http://www.lumit.org
*/
/* init timer */
int timer_init(void);
int tim
timer.c
/*
* timer.c - timer api & driver
*
* Author: li ming
* Date: 2008-4-16
* Copyleft: http://www.lumit.org
*/
#include "timer.h"
/* define the relative gpio r
timer.h
/*
* timer.h - header file of timer
*
* Author: li ming
* Date: 2008-4-16
* Copyleft: http://www.lumit.org
*/
/* init timer */
int timer_init(void);
int tim
timer.c
/*
* libmad - MPEG audio decoder library
* Copyright (C) 2000-2004 Underbit Technologies, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o
timer.h
/*
* libmad - MPEG audio decoder library
* Copyright (C) 2000-2004 Underbit Technologies, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o
timer.c
/*****************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* - Timer functions (used for internal debugging) -
*
* Copyright(C) 2002 Micha
timer.h
/*****************************************************************************
*
* XVID MPEG-4 VIDEO CODEC
* - Timer related header (used for internal debugging) -
*
* Copyright(C) 2002