代码搜索结果

找到约 7,852 项符合 RTC 的代码

rtc-jazz.c

/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * RTC routines for J

rtc-dec.c

/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * RTC routines for D

rtc-no.c

/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * Stub RTC routines

rtc-std.c

/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * RTC routines for P

ip22-rtc.c

/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * * RTC routines for I

ip32-rtc.c

/* * RTC routines for IP32 style attached Dallas chip. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of th

rtc.h

/* $Id: rtc.h,v 1.2 1996/08/21 23:17:39 ecd Exp $ * * rtc.h: Definitions for access to the Mostek real time clock * * Copyright (C) 1996 Thomas K. Dyas (tdyas@eden.rutgers.edu) */ #ifndef _RTC_H

rtc.h

/* $Id: rtc.h,v 1.1 1996/12/26 14:22:35 davem Exp $ * * rtc.h: Definitions for access to the Mostek real time clock * * Copyright (C) 1996 Thomas K. Dyas (tdyas@eden.rutgers.edu) */ #ifndef _RTC

rtc.h

/* * Generic RTC interface. * This version contains the part of the user interface to the Real Time Clock * service. It is used with both the legacy mc146818 and also EFI * Struct rtc_time and fi

rtc.h

/* $Id: rtc.h,v 1.3 2001/03/21 09:56:31 magnusmn Exp $ */ #ifndef RTC_H #define RTC_H #include /* Dallas DS1302 clock/calendar register numbers */ #define RTC_SECONDS 0 #define RT