代码搜索结果
找到约 10,000 项符合
Interrupt 的代码
msp430x47xx_uscib0_i2c_11.c
//******************************************************************************
// MSP430x47xx Demo - USCI_B0 I2C Slave TX multiple bytes to MSP430 Master
//
// Description: This demo connect
msp430x47xx_sd16_05.c
//*****************************************************************************
// MSP430x47xx Demo - SD16, Single Conversion on a Single Channel Using ISR
//
// Description: This program uses th
01.vec
;INTERRUPT VECTORS
JMP __RESET
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0
001.vec
;INTERRUPT VECTORS
JMP __RESET
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0
25mtest.vec
;INTERRUPT VECTORS
JMP __RESET
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0x00
JMP 0
brd_init.s03
;===================================================================================|
; |
;
main.vec
;INTERRUPT VECTORS
JMP __RESET
JMP _ext_int0_isr
JMP 0
JMP 0
JMP 0
JMP 0
JMP 0
JMP 0
JMP 0
JMP 0
JMP 0
JMP 0
JMP 0
JMP 0
JMP 0
JMP 0
JMP 0
JMP 0
thread.cc
// thread.cc
// Routines to manage threads. These are the main operations:
//
// Fork -- create a thread to run a procedure concurrently
// with the caller (this is done in two steps -- first
// a
readme.txt
AvrX for avr-gcc, version 2.6 test cases
8-June-2001
After executing a "make clean" the directory listing is as follows:
BasicTest1.c - Simple tasking and priority shifting. Also
demonstr
readme.txt
AvrX for avr-gcc, version 2.6
31-May-2002
Modifications, changes needed to sucessfully compile and run on the mega128
using test release 2 avrgcc128 compiler (alpha 3.1 release)
serialio.h -