Blame | Last modification | View Log | Download | RSS feed
ifndef __stm8litcinc ; avoid multiple inclusion__stm8litcinc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File ITC.INC *;* *;* contains SFR and Bit Definitions for STM8L Interrupt Controller *;* *;****************************************************************************__defitc macro PrioBase,NumPrio__B set 0__N set 0__V set 0rept NumPrioif __B=0__decstr __NS,__N+1ITC_SPR{__NS} label PrioBase+__Nendif__decstr __VS,__VVECT{__VS}SPR bfield ITC_SPR{__NS},__B,2__V set __V+1__B set __B+2if __B=8__B set 0__N set __N+1endifendmendmrestoreendif ; __stm8litcinc