Details | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
1186 | savelij | 1 | ifndef __spiminc |
2 | __spiminc equ 1 |
||
3 | save |
||
4 | listing off ; no listing over this file |
||
5 | |||
6 | ;**************************************************************************** |
||
7 | ;* * |
||
8 | ;* AS 1.42 - File REGSPIM.INC * |
||
9 | ;* * |
||
10 | ;* Contains Bit & Register Definitions for ATmega SPI Interface (incl. 2x) * |
||
11 | ;* * |
||
12 | ;**************************************************************************** |
||
13 | |||
14 | include "avr/spi90.inc" |
||
15 | |||
16 | SPI2X avrbit SPSR,0 ; Double Speed Mode |
||
17 | |||
18 | restore ; re-enable listing |
||
19 | |||
20 | endif ; __spiminc |