Blame | Last modification | View Log | Download | RSS feed
ifndef __stm8srstinc ; avoid multiple inclusion__stm8srstinc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File RST.INC *;* *;* contains SFR and Bit Definitions for STM8S Reset Controller *;* *;****************************************************************************__defrst macro BaseRST_SR label Base+$00 ; Reset status registerEMCF bit RST_SR,4 ; EMC reset flagSWIMF bit RST_SR,3 ; SWIM reset flagILLOPF bit RST_SR,2 ; Illegal opcode reset flagIWDGF bit RST_SR,1 ; Independent Watchdog reset flagWWDGF bit RST_SR,0 ; Window Watchdog reset flagendmrestoreendif ; __stm8srstinc