Blame | Last modification | View Log | Download | RSS feed
ifndef __regmc2inc ; avoid multiple inclusion__regmc2inc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File REGMC2.INC *;* *;* contains SFR and Bit Definitions for ST7MC2xx *;* *;* Source: ST7MC Data Sheet, Rev. 13, April 2009 *;* *;****************************************************************************include "regmc1.inc";----------------------------------------------------------------------------; Interrupt VectorsTB_vect label $ffe6 ; Timer B Peripheral InterruptsSPI_vect label $ffea ; SPI Interrupt;----------------------------------------------------------------------------; SPIinclude "spi2.inc"__defspi $0021;----------------------------------------------------------------------------; Timer__deftimer "TB",$0040TBTIMD bit TASR,2 ; Timer A Disablerestoreendif ; __regmc2inc