Blame | Last modification | View Log | Download | RSS feed
ifndef __iorinc ; avoid multiple inclusion__iorinc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File IOR.INC *;* *;* contains SFR and Bit Definitions for ST62xx Interrupt Option Register *;* *;****************************************************************************IOR sfr 0c8h ; Interrupt Option Register (NOT bit-accessible!)LES bit 6,IOR ; Level/Edge Selection bitESB bit 5,IOR ; Edge Selection bitGEN bit 4,IOR ; Global Enable Interruptrestoreendif ; __iorinc