Blame | Last modification | View Log | Download | RSS feed
ifndef __stm8tsyscfginc ; avoid multiple inclusion__stm8tsyscfginc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File SYSCFG.INC *;* *;* contains SFR and Bit Definitions for STM8T System Configuration *;* *;* Source: RM0312 (DocID022352 Rev 3) *;* *;****************************************************************************__defsyscfg macro Base,Has3SYSCFG_RMPCR1 label Base+$01 ; Remapping control register 1SYSCFG_TIM3_CH2 bit SYSCFG_RMPCR1,3 ; Timer3 channel2 mappingSYSCFG_TIM3_CH1 bit SYSCFG_RMPCR1,2 ; Timer3 channel1 mappingendmrestoreendif ; __stm8tsyscfginc