搜索结果
找到约 282 项符合
INTERRUPT-driven 的查询结果
Linux/Unix编程 External interrupt test
External interrupt test
串口编程 universal serial bus mass storage class control/bulk/interrupt/(cbi)transport
universal serial bus mass storage class control/bulk/interrupt/(cbi)transport
嵌入式/单片机编程 interrupt handler for at91rm92
interrupt handler for at91rm92
其他嵌入式/单片机内容 44Binit.s注释 GET option.s 相当于c语言中的#i nclude "option.s" GET memcfg.s Interrupt Control 声明一些
44Binit.s注释
GET option.s 相当于c语言中的#i nclude "option.s"
GET memcfg.s
Interrupt Control
声明一些符号常量,这些符号常量和地址相应寄存器的地址对应
INTPND EQU 0x01e00004 指示中断请求状态寄存器 每一位代变一种中断请求具体表一种中断请参考44b0 spec ...
单片机开发 C8051F320范例: This release contains the following components: * USB Interrupt Driver Example
C8051F320范例:
This release contains the following components:
* USB Interrupt Driver Example
* USB Interrupt Firmware Example
* Host Application (USBTest.exe)
* Host Application Source
单片机开发 winavr code for avr mega8. The program get data from serial port in interrupt function. And then out
winavr code for avr mega8. The program get data from serial port in interrupt function. And then out put the data to 74ls595 (serial to parallel IC) for controlling relay output.
单片机开发 This document provides information that supplements the Silicon Labs Interrupt Driver, which includ
This document provides information that supplements the Silicon Labs Interrupt Driver, which
includes instructions for installing the driver and information for building the driver.
微处理器开发 ARM S3C2410硬件手册重点 a.Memory Controller b.Nand Flash c.UART d.Interrupt e.Timer
ARM S3C2410硬件手册重点
a.Memory Controller
b.Nand Flash
c.UART
d.Interrupt
e.Timer
单片机开发 MSP430F1610 generates a sine wave from a look up table using timer interrupt.
MSP430F1610 generates a sine wave from a look up table using timer interrupt.
单片机开发 Echo a received character, RX ISR used. Normal mode is LPM0. // USART1 RX interrupt triggers TX Ech
Echo a received character, RX ISR used. Normal mode is LPM0.
// USART1 RX interrupt triggers TX Echo.
// Baud rate divider with 1048576hz = 1048576/38400 = ~27.31 (01Bh|03h)
// ACLK = LFXT1 = 32768Hz, MCLK = SMCLK = default DCO = 32 x ACLK = 1048576Hz
// //* An external watch crystal between XIN & X ...