Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 1126 | savelij | 1 | ifndef __stm8sswiminc ; avoid multiple inclusion |
| 2 | __stm8sswiminc equ 1 |
||
| 3 | |||
| 4 | save |
||
| 5 | listing off ; no listing over this file |
||
| 6 | |||
| 7 | ;**************************************************************************** |
||
| 8 | ;* * |
||
| 9 | ;* AS 1.42 - File SWIM.INC * |
||
| 10 | ;* * |
||
| 11 | ;* contains SFR and Bit Definitions for STM8S SWIM * |
||
| 12 | ;* * |
||
| 13 | ;**************************************************************************** |
||
| 14 | |||
| 15 | __defswim macro Base |
||
| 16 | SWIM_CSR label Base+$00 ; SWIM control status register |
||
| 17 | SWIMCLK bit SWIM_CSR,0 ; SWIM clock divider |
||
| 18 | endm |
||
| 19 | |||
| 20 | restore |
||
| 21 | endif ; __stm8sswiminc |