代码搜索结果
找到约 10,000 项符合
RTC 的代码
rtc.map
ARM Linker, RVCT4.0 [Build 524] for uVision [Standard]
==============================================================================
Section Cross References
stm32f10x.o(RESET) refers to
rtc.sct
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_
rtc.uvopt
1.0
rtc.c
/**
* Simple Real time clock example by Garth Klee.
* If run on PICDEM2+, time will be displayed
* on LCD and will incorporate LED pendulum.
* Has been written to run on PIC16F87x/A
*/
rtc.h
#define ON 1
#define OFF 0
#define AM 0
#define PM 1
// Timer Configuration...
// adjust these values at will
#define SCREEN ON // to display time on PICDEM2+ LCD
#define TICKING OFF // aud
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.c
#include "sys.h"
#include "rtc.h"
#include "delay.h"
#include "usart.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//Min
rtc.h
#ifndef __RTC_H
#define __RTC_H
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//Mini STM32开发板
//RTC实时时钟 驱动代码
//正点原子
rtc.d
rtc.o: ..\HARDWARE\RTC\rtc.c
rtc.o: ..\SYSTEM\sys\sys.h
rtc.o: E:\Program Files\单片机\ARM\INC\ST\STM32F10x\stm32f10x_lib.h
rtc.o: E:\Program Files\单片机\ARM\INC\ST\STM32F10x\stm32f10x_map.h
rtc.o: E:\