代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.h
/*
* $Revision: 1.1 $
*/
void TimerBeat(void);
void Sleep(int milliseconds);
timer.c
/*
* $Revision: 1.1 $
*/
#include "timer.h"
#include
static volatile int ms_ctr = 0;
void TimerBeat(void)
{
// Called at 1000 Hz rate.
ms_ctr++; // Sleep count
timer.h
/*
* $Revision: 1.1 $
*/
void TimerBeat(void);
void Sleep(int milliseconds);
timer.ewd
1
FLASH VIA JLINK
ARM
timer.ewp
1
FLASH VIA JLINK
ARM
timer.c
/*
* (C) Copyright 2003
* Texas Instruments
*
* (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH
* Marius Groeger
*
* (C) Copyright 2002
timer.c
/*
* (C) Copyright 2003
* Texas Instruments
*
* (C) Copyright 2002
* Sysgo Real-Time Solutions, GmbH
* Marius Groeger
*
* (C) Copyright 2002
timer.c
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L
timer.h
/*
*----------------------------------------------------------------------
* T-Kernel
*
* Copyright (C) 2004 by Ken Sakamura. All rights reserved.
* T-Kernel is distributed under the T-L
timer.h
/*
* timer.h -- ColdFire internal TIMER support defines.
*
* Copyright (C) 2004-2007 Freescale Semiconductor, Inc.
* TsiChung Liew (Tsi-Chung.Liew@freescale.com)
*
* See file CREDITS for list of