代码搜索结果

找到约 10,000 项符合 RTC 的代码

time_32.c

/* * Copyright (C) 1991, 1992, 1995 Linus Torvalds * * This file contains the PC-specific time handling details: * reading the RTC at bootup, etc.. * 1994-07-02 Alan Modra * fixed set_rtc_m

debug.lkf

-z -q -c -m"./Debug/RTC.map" -o"./Debug/RTC.out" -x -i"d:/ti/c2000/bios/lib" -i"d:/ti/c2000/cgtools/lib" "E:\SEED-DSK2812\03. Examples of Program\01. DSP\01. For Code Composer Studio\RTC\Debug\DSP28_

debug.lkv

-z -q -c -m"./Debug/RTC.map" -o"./Debug/RTC.out" -x -i"d:/ti/c2000/bios/lib" -i"d:/ti/c2000/cgtools/lib" "E:\SEED-DSK2812\03. Examples of Program\01. DSP\01. For Code Composer Studio\RTC\Debug\DSP28_

main.h

//**************************************************************************** // @Module Project Settings // @Filename MAIN.H // @Project rtc.dav //-----------------------------

led.c

#include "config.h" sbit WR_LED = P3^4; unsigned char brk; unsigned long tmp; sbit RTC_RST = P2^0; sbit RTC_SCLK = P2^1; sbit RTC_IO = P2^2; uint8 xdata LCD_COMMAND _at_ 0xff00; u

makefile

# # Makefile for miscellaneous I2C chip drivers. # obj-$(CONFIG_SENSORS_DS1337) += ds1337.o obj-$(CONFIG_SENSORS_DS1374) += ds1374.o obj-$(CONFIG_SENSORS_EEPROM) += eeprom.o obj-$(CONFIG_SENSORS_MAX6

mach_time.h

/* * include/asm-i386/mach-default/mach_time.h * * Machine specific set RTC function for generic. * Split out from time.c by Osamu Tomita */ #ifndef _MACH_TIME_H #define _

mach_time.h

/* * include/asm-i386/mach-default/mach_time.h * * Machine specific set RTC function for generic. * Split out from time.c by Osamu Tomita */ #ifndef _MACH_TIME_H #define _

makefile

# # Makefile for the Linux/SuperH CPU-specifc backends. # obj-y := irq_ipr.o irq_imask.o init.o bus.o obj-$(CONFIG_CPU_SH2) += sh2/ obj-$(CONFIG_CPU_SH3) += sh3/ obj-$(CONFIG_CPU_SH4) += sh4/ ob