搜索资源列表
watchdog实验
- 文件功能 44binit.s----中断初始化,存储器,堆栈,系统初始化,建立C程序运行环境。 mencfg.s-----定义存储器延时等参数 option.s-----定义系统时钟频率等 main.c-------主函数 44blib.c-----S3C44B0X的一些自己编写的库文件-document functional 44binit.s - --- interrupted initialization, memory, stack, system initializ
mul_timer.rar
- linux下的实用的单进程多个定时器c源码,其于linux中提供了setitimer等接口的实现。,linux muliti-timer design and implement,based on seitimer (realtime clock).
dm9000-tftp
- arm裸板驱动开发dm9000操作的相关代码,由clock.c gpio.c lcd.c mmu.c icmp.c ip.c等组成-dm9000 arm bare board-driven development operations related to the code, by the clock.c gpio.c lcd.c mmu.c icmp.c ip.c etc.
rtc-ds3231
- ds3231驱动,rtc_tempereture芯片,高精度时钟芯片外加温度测量!本人在rtc_ds1672.c上修改的,直接替换linux(2.6.19)里的该文件,就可以使用了。-ds3231 rtc_tempereture chip, high-precision clock chip temperature measurement plus! I modified the rtc_ds1672.c on, direct replacement for linux (2.6.19) in
RTCtest
- 基于ARM7的44B0开发板的实时时钟测试程序,C语言编写,可以在ADS1.2上运行-ARM7-44B0-based development board Real Time Clock test procedure, C language, you can run ADS1.2
lcd_mmu
- arm裸板驱动开发LCD和MMU操作的相关代码,由clock.c gpio.c lcd.c mmu.c等组成-LCD arm bare board-driven development and operation of the relevant code MMU by clock.c gpio.c lcd.c mmu.c etc.
lcd
- arm裸板驱动开发LCD操作的相关代码,由clock.c gpio.c lcd.c 等组成-LCD arm bare board-driven development operations related to the code, composed by the clock.c gpio.c lcd.c
key
- arm裸板驱动开发key操作的相关代码,由clock.c gpio.c key.c irq.c等组成
EX_TFT-C
- 8537实时时钟显示,linux驱动程序-8537 real-time clock display, linux driver
12864zhongjiyingyong
- /************************************************************************************** 程序名称:时间 温度控制系统(128*64LCD+ds1302+ds18b20) 主要功能:温度计 时钟 闹铃 密码锁 篮球器 计算器 温度控制 键盘锁 系统设置等。 主要说明:程序全部定义在一个C文件中。 作者: LiJH 时间: 2008.6.20 版本: LiJH-V1.0 /
timer
- 在定时器实验中,主要在Time1.c 中封装了定时器设置的相关函数,通过主函数调用Time1_init()函数来对时钟、计时器进行设置。其中,Time1_init()函数中包括定时器中断程序,计数器中断程序,以及显示到LED的程序。-In the timer experiment, the main package of the correlation function timer set in the Time1.c, call Time1_init through the main func
clock149
- 这是一个电子时钟程序,用C语言编写的。供初学者参考。-This is an electronic clock program, written using C language.it is avialable for beginners.
AM335X_CortexA8_Cycle_Count_Register
- AM335X是基于Cortex-A8内核的,Am335x自身是不带时钟计数寄存器的,但Cortex-A8有这个寄存器,但需要汇编代码才能读取,本代码中,是使用GCC编译环境的c语言代码内嵌汇编,如果是keil环境的话对汇编的调用可能要稍作修改,很多东西我也不懂,有需求的话自行修改吧。该寄存器值可以作为一个随机数来用,代码里面附有使用说明。并附上Cortex-A8 Technical Reference Manual(Cortex-A8技术参考手册),如有更好的方式,可以私信交流。-AM335X