代码搜索结果

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

interrupts.c

#include "interrupts.h" /**** 中断初始化函数 ****/ void InitEINT0Interrupt() { VICIntSelect &= ~VIC_EINT0_bit; // IRQ on EINT0 line. VICVectAddr2 = (unsigned int)&EINT0Interrupt; VICVectCntl

xsrtc.h

#ifndef RTC_H #define RTC_H /****************************************************************************** ** ** COPYRIGHT (C) 2000, 2001 Intel Corporation. ** ** This software as well as the

xsrtc.h

#ifndef RTC_H #define RTC_H /****************************************************************************** ** ** COPYRIGHT (C) 2000, 2001 Intel Corporation. ** ** This software as well as the

xsrtc.h

#ifndef RTC_H #define RTC_H /****************************************************************************** ** ** COPYRIGHT (C) 2000, 2001 Intel Corporation. ** ** This software as well as the

xsrtc.h

#ifndef RTC_H #define RTC_H /****************************************************************************** ** ** COPYRIGHT (C) 2000, 2001 Intel Corporation. ** ** This software as well as the

main.c

/****************************************************************************** * * WinARM RTC application * * - UART0 send in Interrupt-Mode * - Sends message every seccond. * - RTC inter

makefile

############################################################################### # Makefile for the project rtc ############################################################################### ## G

ds1302_m16.c

////////////////////////////////////////////////////////////////////////////////////////////// // // // DS1302 RTC // // ////////////////////////////////////////////////////////////////////////

复件 ds12887.c

///////////////////////////////////////// // 接口 RTC.h //////////////////////////////////////// #include //*******DS12887 ******* #define YEAR_IN_RTC 0 #define

config.help

CONFIG_APM_RTC_IS_GMT Say Y here if your RTC (Real Time Clock a.k.a. hardware clock) stores the time in GMT (Greenwich Mean Time). Say N if your RTC stores localtime. It is in fact recommende