搜索结果
找到约 619 项符合
Timer 的查询结果
按分类筛选
- 全部分类
- 技术资料 (155)
- 单片机开发 (118)
- DSP编程 (45)
- 微处理器开发 (44)
- 单片机编程 (27)
- 其他 (25)
- 嵌入式/单片机编程 (25)
- 其他嵌入式/单片机内容 (21)
- 汇编语言 (15)
- Java编程 (14)
- VIP专区 (12)
- Linux/Unix编程 (7)
- VHDL/FPGA/Verilog (7)
- 软件设计/软件工程 (7)
- 其他书籍 (6)
- 游戏 (6)
- uCOS (6)
- 嵌入式Linux (6)
- Delphi控件源码 (6)
- 操作系统开发 (4)
- 源码 (3)
- 笔记 (3)
- C/C++语言编程 (3)
- 书籍源码 (3)
- 电子书籍 (3)
- 文章/文档 (3)
- 其他行业 (3)
- Windows CE (3)
- ARM (2)
- 嵌入式综合 (2)
- 驱动编程 (2)
- Internet/网络编程 (2)
- 编译器/解释器 (2)
- *行业应用 (2)
- 通讯编程文档 (2)
- BREW编程 (2)
- Symbian (2)
- 书籍 (1)
- 应用设计 (1)
- 电源技术 (1)
- 无线通信 (1)
- 数值算法/人工智能 (1)
- 加密解密 (1)
- 仿真技术 (1)
- 压缩解压 (1)
- Modem编程 (1)
- 网络 (1)
- 文件格式 (1)
- 其他数据库 (1)
- 数据结构 (1)
- J2ME (1)
- FlashMX/Flex源码 (1)
- matlab例程 (1)
- 家庭/个人应用 (1)
- 医药行业 (1)
- 中间件编程 (1)
- VC书籍 (1)
- 并行计算 (1)
技术资料 基于CortexM3的小型多任务操作系统
自己写的一个CortexM3的小型操作系统,支持优先级抢占,Timer,同步和异步消息。
Windows CE 1. This BSP can support 2443EVT0 board. If you want to use EVT0 BSP, set followings. In smd
1. This BSP can support 2443EVT0 board.
If you want to use EVT0 BSP, set followings.
In smdk2443\smdk2443.bat file
set BSP_EVT1=1
-> set BSP_EVT1=
In smdk2443\src\inc\bsp_cfg.h file
#define EVT1
-> #define EVT0
2. Default system tick mode is changed. The value is fixed ...
其他 自己用VC编写的一个关于滚动条的实验
自己用VC编写的一个关于滚动条的实验,其中涉及wnd和timer知识,希望对大家有用
技术资料 Ti TMS320C6713 DSK的测试程序
Ti TMS320C6713 DSK的测试程序,全部代码都有.包括BOOT,CODEC,EDMA,EEPROM,FLASH,GPIO,SDRAM,Timer,UART,USB等
单片机编程 NEC 16位MCU参考手册
NEC 16位MCU参考手册
The 78K0R/IC3 is a 16-bit single-chip microcontroller that uses a 78K0R CPU core and incorporates peripheral functions, such as ROM/RAM, a multi-function timer, a multi-function serial interface, an A/D converter, a programmable gain amplifier (PGA), a comparator, a real-time cou ...
驱动编程 tty驱动 * This driver shows how to create a minimal tty driver. It does not rely on * any backing hard
tty驱动 * This driver shows how to create a minimal tty driver. It does not rely on * any backing hardware, but creates a timer that emulates data being received * from some kind of hardware.
嵌入式Linux The goal of this lab is (1) to under the defects of software timers, (2) to write a periodic pro
The goal of this lab is
(1) to under the defects of software timers,
(2) to write a periodic program without timers,
(3) to write a periodic program using timer
Hardware:Host computer PC
Software: GNU GCC
单片机开发 利用89S51连接DAC0800
利用89S51连接DAC0800,然后通过Timer0
的控制不停地送出三角波
单片机开发 本示例程序是STM32的一个综合测试程序
本示例程序是STM32的一个综合测试程序,主要演示了GPIO、TIMER、NVIC、UART等功能