代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.c
#include "systypes.h"
#include "44b0.h"
#include "clock.h"
static UINT32 sysclocks;
#define OS_TICKS_PER_SEC 200
#define LEDBLINK
#ifdef LEDBLINK
#define LED(pattern) (rPDATE=(rPDATE & 0
clock.h
#ifndef _CLOCK_H
#define _CLOCK_H
#include "option.h"
/* MCLK=50000000: 1000000Hz */
#define CLOCKS_PER_SEC (MCLK/25/2)
typedef unsigned int clock_t;
void StartSysClock (void);
clock_t
clock.h
/**
* \defgroup clock Clock interface
*
* The clock interface is the interface between the \ref timer "timer library"
* and the platform specific clock functionality. The clock
* interface must b
clock.c
/*C**************************************************************************
* NAME: clock.c
*----------------------------------------------------------------------------
* Copyright (c) 2
clock.h
/*H**************************************************************************
* NAME: clock.h
*----------------------------------------------------------------------------
* Copyright (c) 2