Blame | Last modification | View Log | Download | RSS feed
ifndef __stm8swwdginc ; avoid multiple inclusion__stm8swwdginc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File WWDG.INC *;* *;* contains SFR and Bit Definitions for STM8S Window Watchdog *;* *;****************************************************************************__defwwdg macro BaseWWDG_CR label Base+$00 ; WWDG control registerWWDG_WDGA bit WWDG_CR,7 ; Activation bitWWDG_T bfield WWDG_CR,0,7 ; 7-bit counterWWDG_WR label Base+$01 ; WWDR window registerWWDG_W bfield WWDG_WR,0,7 ; 7-bit window valueendmrestoreendif ; __stm8swwdginc