搜索结果
找到约 12,423 项符合
Timer-A 的查询结果
DSP编程 北京瑞泰公司的DSP2407-A开发板的Timer测试程序
北京瑞泰公司的DSP2407-A开发板的Timer测试程序
DSP编程 This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a
This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a period overflow. A count is kept each time each interrupt passes through the interrupt service routine. EVA Timer 1 has the shortest period while EVB Timer4 has the longest period.
DSP编程 This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a
This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a period overflow. A count is kept each time each interrupt passes through the interrupt service routine.
DSP编程 This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a
This program sets up EVA Timer 1, EVA Timer 2, EVB Timer 3 and EVB Timer 4 to fire an interrupt on a period overflow.
其他 it is a timer that i found from some site
it is a timer that i found from some site
VC书籍 this project is about a timer .though it is very simple, but it is very useful
this project is about a timer .though it is very simple, but it is very useful
*行业应用 This example uses a timer to generate interrupt at a specific period. The timer event handler incre
This example uses a timer to generate interrupt at a specific period.
The timer event handler increments the event count and prints in stdout.
Delphi控件源码 a real time counter component for delphi applications. You will notice that normal timer function
a real time counter component for delphi applications.
You will notice that normal timer functions in delphi is not enough for microseconds timing. This component let you get microseconds
单片机编程 DTMF Decoding with a PIC16xxx
This application note describes how to decode standard DTMF tones using the minimum number of external discrete components and a PIC. The two examples use a PIC which has an 8 bit timer and either a comparator or an ADC, although it can be modified for use on a PIC which has only digital I/O. The Ap ...
驱动编程 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.