Blame | Last modification | View Log | Download | RSS feed
ifndef __st7linsciinc ; avoid multiple inclusion__st7linsciinc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File LINSCI.INC *;* *;* contains SFR and Bit Definitions for ST7 LINSCI *;* *;****************************************************************************include "sci2.inc"__deflinsci macro Base__defsci2 Base,6SCICR3 label Base+$05 ; SCI Control Register 3LDUM bit SCICR3,7 ; LIN Divider Update MethodLINE bit SCICR3,6 ; LIN Mode EnableLSLV bit SCICR3,5 ; LIN Slave ModeLASE bit SCICR3,4 ; LIN Auto Synch EnableLHDM bit SCICR3,3 ; LIN Header Detection MethodLHIE bit SCICR3,2 ; LIN Header Interrupt EnableLHDF bit SCICR3,1 ; LIN Header Detection FlagLSF bit SCICR3,0 ; LIN Synch Field Stateendmrestoreendif ; __st7linsciinc