Blame | Last modification | View Log | Download | RSS feed
ifndef __stm8lspiinc ; avoid multiple inclusion__stm8lspiinc equ 1savelisting off ; no listing over this file;****************************************************************************;* *;* AS 1.42 - File SPI.INC *;* *;* contains SFR and Bit Definitions for STM8L SPI *;* *;****************************************************************************include "stm8/stm8l/spi01.inc"__defspi macro NAME,Base__defspi01 NAME,Base__NS set "\{NAME}_"{__NS}CRCPR label Base+$05 ; CRC polynomial register{__NS}RXCRCR label Base+$06 ; Rx CRC register{__NS}TXCRCR label Base+$07 ; Tx CRC registerendmrestoreendif ; __stm8Lspiinc