代码搜索结果

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

main.lst

C51 COMPILER V8.17 MAIN 03/26/2009 14:34:03 PAGE 1 C51 COMPILER V8.17, COMPILATION OF MODULE MAIN OBJECT MODULE PLACED IN .\

hw_timer.h

/* * TOPPERS/JSP Kernel * Toyohashi Open Platform for Embedded Real-Time Systems/ * Just Standard Profile Kernel * * Copyright (C) 2000-2003 by Embedded and Real-Time Systems Laborat

irqsig.c

/* * Interrupt handling in Real-Time. Play sounds with PC speaker. * Signal version * * (C) Michael Barabanov, 1997 * (C) FSMLabs 1999. baraban@fsmlabs.com * Released under the GNU GENERAL PU

drv_calendar.h

#ifndef Drv_Calendar_H #define Drv_Calendar_H extern void Start_RTC(void); extern void ReadDateTime(void); extern void SetDefaultRTC(void); extern void SettingRTC(CALENDAR Ctime); extern void

seed_rtciic.h

/* * Copyright 2004 by SEED. * All rights reserved. Property of SEED. * Restricted rights to use, duplicate or disclose this code are * granted through contract. * */ /* August 2005

seed_rtciic.h

/* * Copyright 2004 by SEED. * All rights reserved. Property of SEED. * Restricted rights to use, duplicate or disclose this code are * granted through contract. * */ /* August 2005

seed_rtciic.h

/* * Copyright 2004 by SEED. * All rights reserved. Property of SEED. * Restricted rights to use, duplicate or disclose this code are * granted through contract. * */ /* August 2005

chrp.h

/* * Declarations of CHRP platform-specific things. */ extern void chrp_nvram_init(void); extern void chrp_get_rtc_time(struct rtc_time *); extern int chrp_set_rtc_time(struct rtc_time *); extern v

readme.txt

/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** * File Name : readme.txt * Author : MCD Application Team * Date First Issued : 02/05/2007 * D

ad1.h

// adjacency matrix representation of a directed graph // reflexive transitive closure added #ifndef AdjacencyDigraph_ #define AdjacencyDigraph_ #include "awdgph1.h" #include "make2db.h" #in