代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.c
/*++
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
timer.h
/*++
THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
timer.c
#include "..\..\..\KERNEL\HAL\ARM\TIMER.C"
timer.js
// (c) Copyright Microsoft Corporation.
// This source is subject to the Microsoft Permissive License.
// See http://www.microsoft.com/resources/sharedsource/licensingbasics/sharedsourcelicenses.msp
timer.c
/*
* file:
* timer.c
* description:
* timer controller code.
*/
void timer_ctrl_init(unsigned long pclk, int ms)
{
rTCON &= ~(0x0f0f);
/* TCLK = 2M */
rTCFG0 &= ~(0
timer.c
/*
* file:
* timer.c
* description:
* timer controller code.
*/
void timer_ctrl_init(unsigned long pclk, int ms)
{
rTCON &= ~(0x0f0f);
/* TCLK = 2M */
rTCFG0 &= ~(0
timer.c
#include "timer.h"
#include "libtimer.h"
#include "libvic.h"
void TimerInit(int TimerID,int TimerType,int IRQHandler,int s,int ms,int us)
{
StructTimer *Timer;
if(TimerID==1)
Timer
timer.h
#ifndef _TIMER_H
#define _TIMER_H
typedef volatile unsigned int ARMREG;
typedef struct
{
ARMREG TIR;
ARMREG TTCR;
ARMREG TTC;
ARMREG TPR;
ARMREG TPC;
ARMREG
timer.c
//*****************************************************************************
//
// timer.c - Driver for the timer module.
//
// Copyright (c) 2005-2008 Luminary Micro, Inc. All rights reserved
timer.h
//*****************************************************************************
//
// timer.h - Prototypes for the timer module
//
// Copyright (c) 2005-2008 Luminary Micro, Inc. All rights reser