代码搜索结果
找到约 7,852 项符合
RTC 的代码
rtc.lk
RTC.o
rtc.s
.module RTC.c
.area data(ram, con, rel)
_Table::
.blkb 2
.area idata
.byte 63,6
.area data(ram, con, rel)
.blkb 2
.area idata
.byte 91,'O
.area data(ram, con, rel)
.blkb 2
.are
rtc.lst
ARM COMPILER V2.53, rtc 24/10/06 16:55:18 PAGE 1
ARM COMPILER V2.53, COMPILATION OF MODULE rtc
OBJECT MODULE PLACED IN .\
rtc.lnp
".\Obj\Startup.obj",
".\Obj\irq.obj",
".\Obj\rtctest.obj",
".\Obj\rtc.obj"
TO ".\Obj\RTC"
PRINT(".\Lst\RTC.map") CASE
CLASSES (DATA (0x40000000-0x40007FFF),
CODE (0x0-0x7FFFF), CONST (0x0-0
rtc.plg
礦ision3 Build Log
Project:
D:\IC模块\LPC214X\mcu123程序\20064101112628116\Keil\RTC\rtc.uv2
Project File Date: 10/24/2006
Output:
Build target 'MCB
rtc.c
/*************************************************************************
*
* Used with ICCARM and AARM.
*
* (c) Copyright IAR Systems 2006
*
* File name : rtc.c
* Descrip
rtc.h
/*************************************************************************
*
* Used with ICCARM and AARM.
*
* (c) Copyright IAR Systems 2006
*
* File name : rtc.h
* Descrip
rtc.h
/*
* RTC Masks
*/
#ifndef __BFIN_PERIPHERAL_RTC__
#define __BFIN_PERIPHERAL_RTC__
/* RTC_STAT and RTC_ALARM Masks */
#define RTC_SEC 0x0000003F /* Real-Time Clock Seconds */
#define RTC_MIN 0x
rtc.c
/* rtc not implemented yet */
int cma_rtc_not_implemented = 1;
rtc.h
/* rtc not implemented yet */
extern int cma_rtc_not_implemented;