代码搜索结果
找到约 7,852 项符合
RTC 的代码
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.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.tra
*** Creating Trace Output File 'RTC.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"main.o"'
### List of Objects: adding '"stm32f10x_it.o"'
### L
rtc.plg
礦ision Build Log
Project:
E:\stm32\我的\红外万年历\USER\RTC.uvproj
Project File Date:
Output:
Build target 'Target 1'
compiling main.c...
rtc.c
/*********************************************************************
* Copyright (c) 2011-2012,李士伟
* All rights reserved.
*文 件 名:rtc.c
*描 述:实时时钟驱动源文件
*当
rtc.h
/*********************************************************************
* Copyright (c) 2011-2012,李士伟
* All rights reserved.
*文 件 名:rtc.h
*描 述:实时时钟头文件
*当前版
rtc.c
/*
* File: rtc.c
* Purpose: Provide common RTC routines
*
* Notes:
*
*/
#include "common.h"
#include "rtc.h"
#include "arm_cm4.h"
/***************
rtc.h
/*
* File: rtc.h
* Purpose: Provide common rtc functions
*
* Notes:
*/
#ifndef __RTC_H__
#define __RTC_H__
/********************************************************************/
rtc.lnp
"STARTUP.obj",
"main.obj",
"rtcconf.obj"
TO "RTC"
RAMSIZE(256)