代码搜索结果
找到约 10,000 项符合
RTC 的代码
makefile
all: sched_toggle.o rtc_toggle.o rectangle.o
MYCFLAGS = -O2 -Wall
include rtl.mk
sched_toggle.o: sched_toggle.c common.h
$(CC) ${INCLUDE} ${CFLAGS} -c sched_toggle.c
rtc_toggle.o: rtc_toggle.c com
time.c
/*
* linux/arch/arm/kernel/time.c
*
* Copyright (C) 1991, 1992, 1995 Linus Torvalds
* Modifications for ARM (C) 1994, 1995, 1996,1997 Russell King
*
* This program is free software; you can
pcf8563.c
/*
* PCF8563 RTC
*
* From Phillips' datasheet:
*
* The PCF8563 is a CMOS real-time clock/calendar optimized for low power
* consumption. A programmable clock output, interupt output and voltage
ds1302.c
/*!***************************************************************************
*!
*! FILE NAME : ds1302.c
*!
*! DESCRIPTION: Implements an interface for the DS1302 RTC through Etrax I/O
*!
*! Functio
makefile
all: sched_toggle.o rtc_toggle.o rectangle.o
MYCFLAGS = -O2 -Wall
include ../../../rtl.mk
sched_toggle.o: sched_toggle.c common.h
$(CC) ${INCLUDE} ${CFLAGS} -c sched_toggle.c
rtc_toggle.o: rtc_tog
time.c
/*
* linux/arch/arm/kernel/time.c
*
* Copyright (C) 1991, 1992, 1995 Linus Torvalds
* Modifications for ARM (C) 1994, 1995, 1996,1997 Russell King
*
* This program is free software; you can
ds1302.c
/*!***************************************************************************
*!
*! FILE NAME : ds1302.c
*!
*! DESCRIPTION: Implements an interface for the DS1302 RTC through Etrax I/O
*!
*! Functio
io.h
/*
* include/asm-sh/io_mpc1211.h
*
* Copyright 2001 Saito.K & Jeanne
*
* IO functions for an Interface MPC-1211
*/
#ifndef _ASM_SH_IO_MPC1211_H
#define _ASM_SH_IO_MPC1211_H
#include
time.c
/*
* linux/arch/arm/kernel/time.c
*
* Copyright (C) 1991, 1992, 1995 Linus Torvalds
* Modifications for ARM (C) 1994, 1995, 1996,1997 Russell King
*
* This program is free software; you can
setup.c
/*
* setup.c
*
* BRIEF MODULE DESCRIPTION
* Momentum Computer Ocelot-C and -CS board dependent boot routines
*
* Copyright (C) 1996, 1997, 2001 Ralf Baechle
* Copyright (C) 2000 RidgeRun, Inc.