Blame | Last modification | View Log | Download | RSS feed
ifndef __stm8lrstinc ; avoid multiple inclusion__stm8lrstinc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File RST.INC *;* *;* contains SFR and Bit Definitions for STM8L Reset Controller *;* *;****************************************************************************include "stm8/stm8l/rst01.inc"__defrst macro Base__defrst01 BaseBORF bit RST_SR,5 ; Brownout reset flagWWDGF bit RST_SR,4 ; Window Watchdog reset flagendmrestoreendif ; __stm8lrstinc