搜索资源列表
PID
- 这是从网上找来的一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定-It is a typical pid handler from the internet,If using Single-chip Microcomputer as a control cpu, some simplification are needed, the specific PID parameters must be determined
8253clock
- 本实验利用8253做定时器,用定时器输出的脉冲控制8259产生中断 在8259中断处理程序中,对时、分、秒进行计数,在等待中断的循 环中用LED显示时间。 8253用定时器/计数器1,8253片选接CS4,地址为0C000H。8253时钟 源CLK1接分频电路的F/64输出。分频器的Fin接4MHz时钟。8253的 GATE1接VCC。 8259中断INT0接8253的OUT1,片选接CS5,地址为0D000H。 显示电路的KEY/LED CS 接CS0
C51
- c51单片机中断处理程序的相关代码和文件说明-c51 SCM interrupt handler associated code
interrupts
- This example application demonstrates the interrupt preemption and tail-chaining capabilities of Cortex-M3 microprocessor and NVIC. Nested interrupts are synthesized when the interrupts have the same priority, increasing priorities, and decreas
keybd_4x4.c
- to drive a keyboard using a keyboard handler. type 4x4
xiaoche8
- 里面主要包含430我们将恢复后醒来!Independ什么事件处理器说叫回调函数如果没有接受手术正在进行中-Which consists mainly of 430 we will wake up after recovery! Independ what event handler callback function that is called progress without surgery
MSP430F147_OF_MOUSE
- 这是基于MSP430F147的数字信号处理程序,其中包含了MSP430F147和NRF24L01的程序函数-This is based on the MSP430F147 digital signal handler, which contains the the MSP430F147, and NRF24L01 program function
CustomCtrl1
- 对已建立的控件进(实例)行子类化 MiniGUI 的控件就是一类特殊的子窗口,所以它们也有自己的过程处理函数 typedef int (* WNDPROC) (HWND, int, WPARAM, LPARAM) 。这种方式的实现其实就是替换掉已经创建了的控件原来的过程出来函数。这个函数其实是每个控件结构体变量里一个函数指针所指向的。通过函数指针指向不同的处理函数就能实现控件的不同功能已经不同的属性。再配合上每个控件的实例数据(后面再说这个东东),是不是有点像面向对象的感觉了呢 ^_^。 -
ControlEx_2010.2.3
- 在某个控件类的基础上新注册一个子类化的控件类,不会影响原有控件类。在 Windows 中,这种技术又称为超类化。这种方法能影响到每一个创建的控件实例。 这种方法要是向MiniGUI 注册自己的类,然后自己设计控件数据(不是指GUI系统的调用的控件窗口数据(这些例如客户区、私有DC、托管窗口之类的),而是指保存控件某些行为的数据(例如ctrl_button里的BUTTONDATA这一些的数据))和过程处理函数。 比较适用用于像扩展按钮(Button)、编辑框(Edit)、进度条(Progres
Logix-Fault-Handler-
- AB PLC控制器故障处理程序Logix Fault Handler-Controller fault handling procedures for AB PLC
tea5991_source_codes-a-datasheet
- 飞利浦的带RDS功能的FM芯片TEA5991 开发文档。-TEA5991 FM and RDS example driver and handler and MMI modules Documentation
Handler-Thread-Loop
- handler thread looper 的用法比较与总结-Comparison and summary of the usage of the handler thread looper
Xcgh2011EM310115200
- 基于AVR单片机的AD采样程序和基于上位机处理程序。-AVR microcontroller-based AD sampling procedures and the host computer-based handler.
FPGA-chuan-kou
- 采用VHDL语言编写的可编程逻辑器件FPGA串口处理程序,实用方便,适合FPGA初学者使用。-Programmable logic device FPGA using VHDL language serial port handler, practical and convenient for FPGA beginners.
yuezhang
- freescale 智能车 跃障段处理程序 自己写的 跃障速度较慢 能平稳越过 大家可以参考-freescale smart car jump barrier section handler to write their own slow smooth jump over obstacles we can refer to
project
- 本工程面向stm32f10xxE系列芯片,包含基本的串口、中断、LCD显示及湿度传感器(hs1101)处理程序.-The project for stm32f10xxE series chip, contains the basic serial port, interrupt, LCD display and humidity sensor (hs1101) handler.
swihandm
- swi handler program for lpc2148.
sky_stck
- 一个强大的单片机堆栈处理函数,支持单字节、半字、字的进栈出栈,块入块出,并能形成多环形式的堆栈链。-A powerful single-chip stack handler supports single byte, half-word, word of the stack into the stack, block into the block out, and to form a multi-ring form a stack chain.
Stm32启动文件配置
- stm32启动文件可以说有 5 个作用:1,初始化堆栈SP 2,初始化中断向量表 3,配置系统时钟 4,—main 进入main()函数 5,初始化PC指针, 上电后就从 RESET Handler 开始执行。 简单说明:(详其他可参考 cortex_m3 内核) 堆:主要用于动态内存的分配,比如用 malloc() 栈:变量,函数调用。 weak 是 若定义 意思是说 自己可以在 C 中定义 。 B . 跳转到无限循环。
