Blame | Last modification | View Log | Download | RSS feed
ifndef __stm8sbeepinc ; avoid multiple inclusion__stm8sbeepinc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File BEEP.INC *;* *;* contains SFR and Bit Definitions for STM8S (and STM8Lx01) Beeper *;* *;****************************************************************************__defbeep macro BaseBEEP_CSR label Base+$00 ; Beeper control/status registerBEEPSEL bfield BEEP_CSR,6,2 ; Beep selectionBEEPEN bit BEEP_CSR,5 ; Beep enableBEEPDIV bfield BEEP_CSR,0,5 ; Beep prescaler dividerendmrestoreendif ; __stm8sbeepinc