搜索资源列表
CallBack
- 单片机说上的CallBack实现,非常便于系统构架吗,大大简化了系统设计。该代码基于msp430开发,使用的语言是C-SCM said on CallBack implementation, system architecture is very easy to do, greatly simplifying system design. The code is based on msp430 development, the language used is C++
STM32F4xx_StdPeriph_Templates
- dsp解壓縮 IAR版本 I have written a simple program for the STM32F4 Discovery board that plays a short mp3 file flash memory. For the decoding, the fixed point version of the Helix mp3 decoder is used. The audio output driver is the one used for the Per
callback-and-fork
- linux操作系统下,测试callback函数以及-Under linux operating systems, test callback function and
kernel_timer
- linux设备驱动 内核定时器 在 Linux 内核中,时间由一个名为 jiffies 的全局变量衡量,该变量标识系统启动以来经过的滴答数。在最低的级别上,计算滴答数的方式取决于正在运行的特定硬件平台;但是,滴答计数通常在一次中断期间仍然继续进行。 Linux 提供了一个简单的 API 来构造和管理计时器。它包含一些函数(和助手函数),用于创建、取消和管理计时器。 计时器通过 timer_list 结构定义,该结构包括实现一个计时器所需的所有数据(其中包括列表指针和在编译时配