代码搜索结果

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

bsp_pcf8563.h

#define I2C0_SDA 0x4000 #define I2C0_SCL 0x2000 #define I2C_ERR_EXIT(v) v -= 1; if(v == 0) return; #define I2C_ERR_RETURN(v,r) v -= 1; if(v == 0) return(r); #define PCF8563_IC_ADDR

common.h

#define LPT_PORT 0x378 #define LPT_IRQ 7 #define RTC_IRQ 8

tkdev_conf.h

/* *---------------------------------------------------------------------- * T-Kernel * * Copyright (C) 2004 by Ken Sakamura. All rights reserved. * T-Kernel is distributed under the T-L

time.c

/* * FILE NAME * arch/mips/vr41xx/common/time.c * * BRIEF MODULE DESCRIPTION * Timer routines for the NEC VR4100 series. * * Author: Yoichi Yuasa * yyuasa@mvista.com or source@mvista.c

.depend

at91_rtc.o: at91_rtc.c \ /9315_144/cirrus-arm-linux-1.4.4/cirrus-arm-linux-1.4.4/linux-2.4.21/include/linux/module.h \ /9315_144/cirrus-arm-linux-1.4.4/cirrus-arm-linux-1.4.4/linux-2.4.21/includ

time.h

/* * linux/include/asm-arm/arch-shark/time.h * * by Alexander Schulz * * Uses the real time clock because you can't run * the timer with level triggered interrupts and * you can't run the shark

common.h

#define LPT_PORT 0x378 #define LPT_IRQ 7 #define RTC_IRQ 8

nvram.c

/* * CMOS/NV-RAM driver for Linux * * Copyright (C) 1997 Roman Hodek * idea by and with help from Richard Jelinek * * This driver allows you

time.h

/* * linux/include/asm-arm/arch-shark/time.h * * by Alexander Schulz * * Uses the real time clock because you can't run * the timer with level triggered interrupts and * you can't run the shark

time.c

/* * FILE NAME * arch/mips/vr41xx/common/time.c * * BRIEF MODULE DESCRIPTION * Timer routines for the NEC VR4100 series. * * Author: Yoichi Yuasa * yyuasa@mvista.com or source@mvista.c