代码搜索结果
找到约 10,000 项符合
RTC 的代码
rtc.c
/*********************************************************************************************
* File: rtc.c
* Author: embest
* Desc: rtc source code
* History:
*********************************
rtc.h
/*********************************************************************************************
* File: rtc.h
* Author: embest
* Desc: rtc header file
* History:
********************************
rtc.c
#include "DEC2812.h"
#include "DSP28_Device.h"
/*********************************************************************************************
filename: void init_rtc(void)
******************
rtc.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="RTC"
ProjectDir="C:\ti2000\myprojects\RTC_2812\"
ProjectType=Executable
CPUFamily=T
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