代码搜索结果
找到约 10,000 项符合
RTC 的代码
at91_rtcex.mod
/mnt/hgfs/windows/RTC/rtcdrv/at91_rtcex.ko
/mnt/hgfs/windows/RTC/rtcdrv/at91_rtcex.o
readme.txt
****************************************************************************************************
ADSP-BF537 EZ-KIT Lite RTC Example
Analog Devices, Inc.
DSP Division
Three Technology Way
rtcdefs.inc
{ If you need all your new clients and servers to stay compatible with all
older RTC clients and servers, even if this means disabling some new
features from the latest RTC SDK, you simply need
main.c
/* Gestione di un Display LCD HD**** con la DemoBoard V1
/* 歌林电子实验室: www.nbglin.com
/* 电话: 0574-88464538
Le funzioni in lcd.c sono state adattate alla DemoBoard.
Author : Antonio Bruno 080
main.lst
1: /* Gestione di un Display LCD HD**** con la DemoBoard V1
2: Le funzioni in lcd.c sono state adattate alla DemoBoard.
3: Author : Antonio Bruno 0803
4:
5:
tm_clk.c
#include "def.h"
#include "utils.h"
#include "44b.h"
#include "option.h"
struct{
U32 mclk;
U32 pclk;
U32 sclk;
U32 freq;
} ClkPara;
static void set_pll(void)
{
U32 i, j;
if(C
ds1302.c
//////////////////////////////////////////////////////////////////////////
//// DS1302.C ////
//// Driver for Real Time Cl
tm_clk.c
#include "def.h"
#include "utils.h"
#include "44b.h"
#include "option.h"
static struct{
U32 mclk;
U32 pclk;
U32 sclk;
U32 freq;
} ClkPara;
static void set_pll(void)
{
U32 i, j;
makefile
TOPDIR = ..
include $(TOPDIR)/Rules.mak
EXEC = rtc_test rtc_set
all: $(EXEC)
rtc_test: rtc_test.o
$(CC) $^ -o $@ -lpthread $(EXTRA_LIBS)
rtc_set: rtc_set.o
$(CC) $^ -o $@ -lpthread $(EXTRA_LIBS
s3c24x0_rtc.c
/*
* (C) Copyright 2003
* David M�ller ELSOFT AG Switzerland. d.mueller@elsoft.ch
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; y