代码搜索结果
找到约 10,000 项符合
RTC 的代码
makefile
#
# Makefile for the kernel miscellaneous SPARC device drivers.
#
# Dave Redman Frame Buffer tuning support.
#
# 7 October 2000, Bartlomiej Zolnierkiewicz
# Rewritten to use lists
makefile
#
# Makefile for the kernel miscellaneous SPARC device drivers.
#
# Dave Redman Frame Buffer tuning support.
#
# 7 October 2000, Bartlomiej Zolnierkiewicz
# Rewritten to use lists
makefile
#
# Makefile for the kernel miscellaneous SPARC device drivers.
#
# Dave Redman Frame Buffer tuning support.
#
# 7 October 2000, Bartlomiej Zolnierkiewicz
# Rewritten to use lists
sound.c
/*
* Interrupt handling in Real-Time. Play sounds with PC speaker.
*
* (C) Michael Barabanov, 1997
* (C) FSMLabs 1999. baraban@fsmlabs.com
* Released under the GNU GENERAL PUBLIC LICENSE Versi
common.h
#define LPT_PORT 0x378
#define LPT_IRQ 7
#define RTC_IRQ 8
#include
struct sample {
hrtime_t min;
hrtime_t max;
};
m41t11.h
/*
* FILE: m41t11.h
* 提供设置、读取RTC芯片m41t11的函数
*/
struct rtc_time {
int tm_sec;
int tm_min;
int tm_hour;
int tm_wday;
int tm_mday;
int tm_mon;
int tm_year;
int cs;
};
int m41t11_get
timer.h
#ifndef __TIMER_H
#define __TIMER_H
#include "types.h"
#include "stc.h"
void set_stc_val(UINT64);
void set_rtc_val(UINT32);
#define get_stc_val_32() get_stc_32()
#define get_stc_val
m41t11.h
/*
* FILE: m41t11.h
* 提供设置、读取RTC芯片m41t11的函数
*/
struct rtc_time {
int tm_sec;
int tm_min;
int tm_hour;
int tm_wday;
int tm_mday;
int tm_mon;
int tm_year;
int cs;
};
int m41t11_get
post2.c
/*
* (C) Copyright 2001
* Bill Hunter, Wave 7 Optics, williamhunter@mediaone.net
* and
* Erik Theisen, Wave 7 Optics, etheisen@mindspring.com.
*
* See file CREDITS for list of people who contr
makefile
#
# Makefile for the kernel miscellaneous SPARC device drivers.
#
# Dave Redman Frame Buffer tuning support.
#
# 7 October 2000, Bartlomiej Zolnierkiewicz
# Rewritten to use lists