Blame | Last modification | View Log | Download | RSS feed
ifndef __stm8lirtiminc ; avoid multiple inclusion__stm8lirtiminc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File IRTIM.INC *;* *;* contains SFR and Bit Definitions for STM8L Infrared Timer *;* *;****************************************************************************__defirtim macro BaseIR_CR label Base+$00 ; Infrared control registerIR_HS_EN bit IR_CR,1 ; High Sink LED driver capability enableIR_EN bit IR_CR,0 ; Infrared output enableendmrestoreendif ; __stm8lirtiminc