搜索资源列表
RTC-clock-driver
- S3C2440上RTC时钟驱动,通常在Linux中,把SOC系统中集成的独立外设单元(如:I2C、IIS、RTC、看门狗等)都被当作平台设备来处理。-S3C2440 RTC clock driver, usually in Linux, SOC system integration of independent peripheral units (such as: the I2C, the IIS, the RTC, Watchdog, etc.) are as a platform devic
ds1302
- linux 系统下 ds1302时钟驱动-Implements an interface for the DS1302 RTC
efirtc
- linux 系统内部时钟服务驱动程序源码-EFI Time Services Driver for Linux
tengnuo
- 键盘驱动源码,应用程序源码 本驱动是基于中断方式的,在此创建一个等待队列,以配合中断函数使用;当有按键按下并读取到键 值时,将会唤醒此队列,并设置中断标志,以便能通过 read 函数判断和读取键值传递到用户态;当没有按 键按下时,系统并不会轮询按键状态,以节省时钟资源*/ -Keyboard driver source code, the application source code of this driver is interrupt-based approach, in
DS1302
- 关于linux系统上的时钟芯片DS1302的驱动模块代码-linux system clock chip DS1302 driver module code
ds1338
- linux系统驱动,可以完成rtc和系统时钟的互相同步-read and write real time clock
myOS
- 本操作系统有 1. 区分特权等级 2. 多进程 3. 系统时钟 4.键盘中断 5.系统调用门 6.Shell 7.显示 8.内存管理 文件夹有4个:1.Boot:用作搬操作系统入内核的 2. include:主要是用作装头文件 3.kernel:内核主要函数,以及头文件include.h用作编译的 4.Thread:进程调度,以及时间片处理. 本操作系统适合初学者练手.-The operating system has to distinguish privilege level 1
Understanding-the-Linux-Kernel
- 介绍Linux系统底层的一些功能和应用,关于Linux时钟、程序调用、信号等内容-introduce some information about Linux kernel
05mytime
- 在linux系统下的简易时钟编程,初学者可以看看.-Simple clock programming under Linux system, beginners can take a look.