搜索资源列表
VxWorks_comC
- 基于VxWorks的端口控制实现.pdf :介绍了嵌入式操作系统VxWorks下端1:2控制的两种实现方法:HOOK函数和MUX接1:2,并对两种实现方法的特点 和性能做了比较。
WinCEKBHook_src
- 如何在wince下使用键盘hook,因为wince不支持SetWindowsHookEx函数
Stm32_ucos_2-1
- 在IAR环境中编写程序实现以下功能: 1、在第一组数码管上显示任务的运行次数; 2、调用钩子函数OSTimeTickHook()在第二组数码管上显示系统在没发生500次时钟中断期间,调度器进行任务调度的次数。-Write a program in the IAR environment to achieve the following functions: 1, in the first group of digital number displayed on the task of r
MSP430F54xx_UCOSII
- 适用MCU: TI MSP430 5XX 适用ucos-ii版本:2.86 编译环境:IAR4.11B 主要的工作: 在MICRIUM网站上430移植代码的基础上进行了修改:5XX系列PC寄存器为20位,堆栈的宽度仍为16位,因此在对PC和SR的压栈处理上做了修改;另外在汇编程序里调用HOOK函数的CALL XXX 改成 CALLA XXX -Applicable MCU: TI MSP430 5XX applicable ucos-ii version: 2.86 bui
keyboard
- 这是一个ucGUI的虚拟键盘程序,可以在ucGUI3.90以上版本运行。与其它虚拟键盘不同的是,这里采用hook方式把按钮的动作挂到目标窗口,这样就可以动态的设定输入对象,完全不需要编写目标窗口的回调函数,非常方便。已经在stm32平台测试通过。-This is a ucGUI virtual keyboard program, you can run ucGUI3.90 above. With other virtual keyboard is different is that here,
armucos
- μCOS-II在lpc210x上的移植代码C语言部分,包括任务堆栈初始化代码和钩子函数等 用ads1.2编译,必须使用ARM方式编译-μCOS-II in the lpc210x Porting code to C-section, including the task stack initialization code and hook functions such as using ads1.2 compiled methods must be used to compile ARM
ym
- 来电检测 入口:无 出口:ringF=1(确认是合法的来电标志) 影响: 调用:延时函数 */ DATA Byte Ringwait //来铃次数摘机-Detection of entry calls: No exit: ringF = 1 (call sign recognition is legal) implications: call: Delay function*/DATA Byte Ringwait // to the number of hook
103
- 在调试过程中多处使用串行口返回信息(由于没有源码级仿真器); 在空闲任务中的HOOK函数打印输出串口信息,并且闪烁LED; 在各个任务中打印输出串口信息,并且闪烁单个LED; 对于Os_cpu_a核心部分TimeTick函数另作详细说明;-Many places in the process of debugging using the serial port to return the information (the absence of source-level simu
VB
- 通过串口来控制小车,同时有钩子函数。可以模拟按键。-Through the serial port to control the car, while the hook function. Can simulate keystrokes.
ucos-ii
- μCOS-II在lpc210x上的移植代码C语言部分,包括任务堆栈初始化代码和钩子函数等.用ads1.2编译,必须使用ARM方式编译-μCOS-II part of porting code in lpc210x on C language the task stack initialization code and hook function. ads1.2 compile, you must use the ARM compiled
Os_cpu_c
- μCOS-II在lpc210x上的移植代码C语言部分,包括任务堆栈初始化代码和钩子函数等,用ads1.2编译,必须使用ARM方式编译-μCOS-II portable code in lpc210x on C-language section, including the task stack initialization code and hook function, compiled with ads1.2, you must use the ARM compiled
3
- 例7-1 UCOSIII空闲任务钩子函数的使用-The use of UCOSIII 7-1 idle task hook function