代码搜索结果

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

rtc_rtc.dep

Dependencies for Project 'RTC', Target 'RTC': (DO NOT MODIFY !) F (.\main.c)(0x48F7F776)(-c --device DARMSTM -g -O0 --apcs=interwork --asm --interleave -I.\ -I "D:\Keil\ARM\INC\ST\STM32F10x" -o ".\ou

rtc_rtc.dep

Dependencies for Project 'RTC', Target 'RTC': (DO NOT MODIFY !) F (.\Startup.s)(0x43D44D0E)(--device DARMP -g --apcs=interwork -I "D:\Keil\ARM\INC\Philips" --list "Startup.lst" --xref -o Startup.o)

rtc.a

P5 EQU 0FE11h CLK bit P3.6 IO bit P3.7 CE bit P0.0 NAME Rtc ?PR?_RD_RTC?Rtc SEGMENT CODE ?PR?_WR_RTC?Rtc SEGMENT CODE ?PR?_RD_PROT?Rtc SE

rtc_demo_rtc_demo.dep

Dependencies for Project 'RTC_DEMO', Target 'RTC_DEMO': (DO NOT MODIFY !) F (.\Startup.s)(0x465B6C1E)(--device DLM -g --apcs=interwork -I "C:\Keil3\ARM\INC\Luminary" --list ".\lst\Startup.lst" --xref

rtc_test_rtc_test.dep

Dependencies for Project 'rtc_test', Target 'RTC_test': (DO NOT MODIFY !) F (..\common\src\S3C2410A.s)(0x453C27AC)(--device DARMSS9 -g --apcs=interwork -I..\common\inc -I "C:\Keil\ARM\INC\Samsung" --

hw_rtc_rtc72423.c

/* * $QNXLicenseC: * Copyright 2007, QNX Software Systems. * * Licensed under the Apache License, Version 2.0 (the "License"). You * may not reproduce, modify or distribute this software e

hw_rtc_rtc72423.c

/* * $QNXLicenseC: * Copyright 2007, QNX Software Systems. * * Licensed under the Apache License, Version 2.0 (the "License"). You * may not reproduce, modify or distribute this software e

dallas1307.inc

; I2C slave address of the Dallas 1307 RTC chip RTC_DEVICE equ h'd0' ; The RTC register numbers for the time. RTC_SECONDS equ h'00' RTC_MINUTES equ h'01' RTC_HOURS

hw_rtc_rtc8xx.c

/* * $QNXLicenseC: * Copyright 2007, QNX Software Systems. * * Licensed under the Apache License, Version 2.0 (the "License"). You * may not reproduce, modify or distribute this software e

rtc.h

#ifndef __RTC_H__ #define __RTC_H__ void Rtc_Time_Set(void); void Display_Rtc(void); void __irq Rtc_Int(void); int Test_Rtc_Alarm(void); void __irq Rtc_Tick(void); void Test_Rtc_Tick(void);