sbbif2.h File Reference


Detailed Description

Serial bit banged interface 2.

 *
 * $Log: sbbif2.h,v $
 * Revision 1.2  2008/08/28 16:11:31  haraldkipp
 * Fixed bitbanging SPI for ARM targets.
 *
 * Revision 1.1  2007/04/12 09:07:54  haraldkipp
 * Configurable SPI added.
 *
 *
 * 

Definition in file sbbif2.h.

Go to the source code of this file.

Defines

#define SBBI2_MAX_DEVICES   4
 Maximum number of devices (chip selects).
#define SBBI2_INIT()


Define Documentation

#define SBBI2_MAX_DEVICES   4

Maximum number of devices (chip selects).

Definition at line 58 of file sbbif2.h.

 
#define SBBI2_INIT (  ) 

Value:

{ \
    SBBI2_SCK_CLR(); \
    SBBI2_SCK_ENA(); \
    SBBI2_MOSI_CLR(); \
    SBBI2_MOSI_ENA(); \
    SBBI2_MISO_ENA(); \
}

Definition at line 823 of file sbbif2.h.


© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/