搜索资源列表
MON51W_E58
- 串口的仿真功能 完全支持 单步不支持 串口中断 用户可以使用 用户不能使用 定时器2 不占用 使用 P0,P2 口仿真 完全仿真 只能用作总线 89C52等嵌入式CPU仿真 支持 不支持 系统使用CPU 双CPU设计 单CPU 占用用户堆栈 2个字节 6个字节 I/O引脚占用 一条(p3.5) 两条(p3.0,p3. -the simulation function fully supports single-step support in
linuxdriver_code_tool
- 本书是一本介绍Linux设备驱动开发理论、框架与实例的书,本书以Linux 2.6版本内核为蓝本,详细介绍自旋锁、信号量、完成量、中断顶/底半部、定时器、内存和I/O映射以及异步通知、阻塞I/O、非阻塞I/O等Linux 设备驱动理论;字符设备、块设备、TTY设备、I2C设备、LCD设备、音频设备、USB设备、网络设备、PCI设备等Linux设备驱动的架构和框架中各个复杂数据架构和函数的关系,并讲解了大量Linux驱动开发的大量实例,使读者能够独立开发各类Linux设备驱动。-This book
timeandisr
- 定时器和中断 ,基于PICDEM 2 PLUS开发板pic16f877a芯片上的代码。-Timers and interrupt, based on the PICDEM 2 PLUS development board PIC16F877A chip code.
iotimer
- 讲述io定时器的使用, 使用实列详细说明。-Io on the use of timers, use it out in detail.
02
- 无源蜂鸣器驱动,采用输出频率驱动蜂鸣器,用定时点亮二极管闪烁-Passive buzzer driver, using driver buzzer output frequency with a timing light diode flashes
LM3SLib_ADC_Multi-Trigger
- 处理器触发采样 定时器溢出触发采样 模拟比较器触发采样 外部事件(PB4中断)触发采样-Processor to trigger the sampling timer overflow sampling analog comparator trigger sample trigger external events (PB4 interruption) to trigger the sampling
timer
- 定时器的一个编程例子。能够了解硬件在VC中的运用。-Example of a timer programming. Able to understand the hardware in the use of VC.
valve-control
- 初学者可以看看,是关于PIC芯片引脚控制定义以及定时器时钟设置内容。-Beginners can see, on the PIC chip pin control the contents of definitions, and the timer clock settings.
YX_CS
- 并口操作,可以完成8为数据口置1置零,并采用1MS定时器,控制精度达到1MS-Parallel operation, data port can be set for the completion of 8 1 set to zero, and using 1MS timer, the control precision of 1MS
MyHighPerformTimer
- 我写的一个特殊的类,用来做定时器的,很好的东西请你下载。- this is a very very goog code for you ,please download please.
timer
- 此程序是关于CC2530单片机的定时器操作。功能都经过验证;-This program is on the CC2530 MCU timer operation. Functions are verified
6410MDK_Project
- 这是s3c6410在MDK下的裸机程序(其中包含LED、LCD、定时器等一些代码),是学习arm11的入门资料,又给很多习惯了用MDK开发的同学带来很多方便。-This is s3c6410 under the MDK bare-metal procedures (including LED, LCD, timer and other code), is to learn arm11 introductory material, and for many accustomed to MDK de
chapter10
- windows驱动开发技术详解,第十章定时器源码-windows-driven development techniques explain, Chapter timer source
Test
- windows内核查找指定进程 涉及IO定时器,线程,初学者可以参考,带详细注释。-Find windows kernel timers specified process involves IO, threading, beginners can refer to, with detailed notes.
TM32-PWM-TEST
- stm32的pwm配置和测试试验,讲解了通用定时器的PWM配置和脉宽调制-This file is about STM32 s PWM configuration and test,the content is Explained the general PWM timer configuration and pulse width modulation
ITE8712
- 主板上提供一个可按分或秒计时的,最长达255级的可编程看门狗定时器,WDT超时事件发生时系统复位。 本程序(DEMOC.c)是基于ITE8712芯片的看门狗驱动程序-The motherboard, or can provide a second time, and the most up to 255 programmable watchdog timer , WDT time-out system reset time of the incident. This procedure
Windows_DDK
- Windows驱动编程范例,有各种源代码比如字符编程,定时器编程等-Windows driver programming paradigm, there is a variety of programming source code such as characters, timer programming, etc
8253
- 还是需要8253的,用8253定时器实现屏幕上的日历时钟,带有年月日时分秒在DOS屏幕上右上角动态显示...不知道你说的什么意思 但这样可以模拟数字时钟带有时间设置和秒显示的数字闹钟 -mimi
epwm_timer_interrupts
- EPWM模块定时器中断模块,在软件环境中利用同步时钟进行同步。-EPWM module timer interrupt module, in the software environment using synchronous clock synchronization.
定时器实现多任务处理
- 通过定时器实现一个多任务的调度工作。可以通过时间来分配任务切换调度