代码搜索结果
找到约 10,000 项符合
RTC 的代码
rtc.c
#include "sys.h"
#include "rtc.h"
#include "delay.h"
#include "usart.h"
tm timer;//时钟结构体
tm1 timer1;
//实时时钟配置
//初始化RTC时钟,同时检测时钟是否工作正常
//BKP->DR1用于保存是否第一次配置的设置
//返回0:正常
//其他:错误代码
rtc.h
#ifndef __RTC_H
#define __RTC_H
//Mini STM32开发板
//RTC实时时钟 驱动代码
//正点原子@ALIENTEK
//2010/6/6
//时间结构体
typedef struct
{
u8 hour;
u8 min;
u8 sec;
//公历日月年周
u16 w_year;
u8
rtc.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
rtc.hex
:020000040800F2
:10000000A01F0020353B0008750E0008770E000881
:100010007B0E00087F0E0008830E00080000000021
:10002000000000000000000000000000870E000833
:10003000890E0008000000008B0E00088D0E0008DD
:10
rtc.lnp
--cpu Cortex-M3 "main.o" "stm32f10x_it.o" "system_stm32f10x.o" "led.o" "key.o" "exti.o" "wdg.o" "timer.o" "pwm.o" "lcd.o" "rtc.o" "remote.o" "flash.o" "tsensor.o" "mmc_sd.o" "spi.o" "delay.o" "sys.o"
rtc.d
rtc.o: ..\HARDWARE\RTC\rtc.c
rtc.o: ..\SYSTEM\sys\sys.h
rtc.o: ..\USER\stm32f10x.h
rtc.o: ..\CORE\core_cm3.h
rtc.o: d:\Keil\ARM\RV31\INC\stdint.h
rtc.o: ..\USER\system_stm32f10x.h
rtc.o: ..\USER
rtc.map
ARM Linker, 4.1 [Build 481] [Standard]
==============================================================================
Section Cross References
main.o(.text) refers to text.o(.text) for Sh
rtc.sct
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_