搜索资源列表
TCS230driver
- 2.6内核下的单个TCS230驱动,外部中断触发计数,内核定时器定时。-TCS230 drive in the 2.6 kernel, the external interrupt count, kernel timers timing.
pwm
- 蜂鸣器的驱动,即让led等计数3后,让蜂鸣器开始响 -After the buzzer driver, that led count 3, the buzzer start ringing
press_counter
- 基于verilog 的按键计数程序,约束文件对应的是BASYS2 的 FPGA开发板,注意数码管对应的管脚分配-Press count program based on Verilog
countWord
- linux :实现基于GTK+的单词数值计算器-linux count word GTK
ch06
- 为了生成轻量级信号量,你可以声明一LWSEM_STRUCT类型的变量并调用_lwsem_create()函数进行初始化,该函数有一指针指向变量并设置了一个初始的信号量计数。该信号量计数表明了并发地访问信号量资源的请求数,并设置为初始值。-In order to generate a lightweight signal, you can initialization function statement LWSEM_STRUCT struct type variables, and call _
tongji
- 统计文字:From the specified text to find the number of occurrences of a given words, and statistics, and cannot duplicate statistics-Count Word:From the specified text to find the number of occurrences of a given words, and statistics, and cannot duplica
kernel_timer
- linux设备驱动 内核定时器 在 Linux 内核中,时间由一个名为 jiffies 的全局变量衡量,该变量标识系统启动以来经过的滴答数。在最低的级别上,计算滴答数的方式取决于正在运行的特定硬件平台;但是,滴答计数通常在一次中断期间仍然继续进行。 Linux 提供了一个简单的 API 来构造和管理计时器。它包含一些函数(和助手函数),用于创建、取消和管理计时器。 计时器通过 timer_list 结构定义,该结构包括实现一个计时器所需的所有数据(其中包括列表指针和在编译时配