代码搜索结果
找到约 7,852 项符合
RTC 的代码
rtc.c
#include "44b.h"
#include "os_cpu.h"
#include "rtc.h"
//------------------------------------------------------------------
// 函数名:STRU_SYS_TIME Get_Time(void)
// 输入 :Null
// 输出 :STRU_SYS_T
rtc.lnp
"VIIC_C51.obj",
"Zlg7289.obj",
"EEPROM.obj"
TO "rtc"
RAMSIZE(256)
rtc.h
//rtc.h
void InitRTC(void);
rtc.c
#include
#include "rtc.h"
void InitRTC() {
CCR_bit.CLKEN = 0; // 禁止RTC
CCR_bit.CLKSRC = 1; // 设置外部32kHz晶体振荡器
CCR_bit.CTCRST = 0; // 禁止复位
CCR_bit.CTTEST = 0; // 禁
rtc.c
#include "..\inc\option.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\rtc.h"
char *date[8] = {"","日","一","二","三","四","五","六"};
volatile unsigned int sec_tick;
//******
rtc.c
/****************************************************************************
【文 件 名 称】RTC.c
【功 能 描 述】三星S3C44B0X板 uC/OS-II 驱动程序代码----RTC
【程 序 版 本】1.0
【创建人及创建日期】龚俊//2003-12-19 10:57
【修改人及
rtc.asl
Device(RTC) { // Real Time Clock Device
Name(_HID, EISAID("PNP0B00")) // Hardware Device ID
Name (_CRS,Bu
rtc.c
// ADC.c
#include "stm32f10x_lib.h"
#include "rtc.h"
#include "arm_comm.h"
#include "includes.h"
extern GPIO_InitTypeDef GPIO_InitStructure;
NVIC_InitTypeDef NVIC_InitStructure;
void RTCIni
rtc.h
// rtc.h
#ifndef __STM32F_RTC
#define __STM32F_RTC
void RTCInit(void);
#endif
rtc.c
#include "sys.h"
#include "rtc.h"
#include "delay.h"
#include "usart.h"
//////////////////////////////////////////////////////////////////////////////////
//本程序只供学习使用,未经作者许可,不得用于其它任何用途
//Min