代码搜索结果
找到约 10,000 项符合
RTC 的代码
makefile
#
# Makefile for the common code of NEC DDB-Vrc5xxx board
#
obj-y += nile4.o prom.o rtc_ds1386.o
setup.c
/*
* setup.c
*
* BRIEF MODULE DESCRIPTION
* Momentum Computer Ocelot-3 board dependent boot routines
*
* Copyright (C) 1996, 1997, 01, 05 Ralf Baechle
* Copyright (C) 2000 RidgeRun, Inc.
* Co
bootflag.c
/*
* Implement 'Simple Boot Flag Specification 2.0'
*/
#include
#include
#include
#include
#include
#include
bubinga.h
/*
* arch/ppc/platforms/4xx/bubinga.h
*
* Bubinga board definitions
*
* Copyright (c) 2005 DENX Software Engineering
* Stefan Roese
*
* Based on original work by
* SAW (IBM)
* 2
basicoper.c
#include "msp430x41x.h"
#include "general.h"
#include "string.h"
#include "stdlib.h"
void Delay(unsigned short len)
{
for(;len>0;len--);
}
#ifdef _HARDWARE_RTC
unsigned char SystemTim
makefile
CC = armv5l-linux-gcc
STRIP= armv5l-linux-strip
EXES=rtc
all: $(EXES)
rtc:max6900.c
$(CC) $^ -o $@
$(STRIP) $@
install:
cp ./rtc ../../initrd/sbin -f
clean:
rm rtc -f
44btest.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\option.h"
#include "..\inc\def.h"
#include "..\inc\rtc.h"
void Isr_Init(void);
//********************
cc_build_debug.log
---------------------- Example_2833xI2C_rtc.pjt - Debug ----------------------
[Example_2833xI2C_rtc.c] "D:\CCStudio_v3.3\C2000\cgtools\bin\cl2000" -g -q -pdr -fr"./Debug" -fs"./Debug" -i"../../DSP
idle.c
/*****************************************
NAME: idle.c
DESC: IDLE mode test
HISTORY:
03.23.2002:purnnamu: first release for 2410
06.02.2003:DonGo: Modified for 2440
*****************
44btest.c
#include
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\option.h"
#include "..\inc\def.h"
#include "..\inc\rtc.h"
void Isr_Init(void);
//********************