sbbif1.h File Reference


Detailed Description

Serial bit banged interface 1.

 *
 * $Log: sbbif1.h,v $
 * Revision 1.1.4.1  2008/08/29 13:49:13  haraldkipp
 * Configurator doesn't allow duplicate macro names.
 *
 * Revision 1.1  2007/04/12 09:07:54  haraldkipp
 * Configurable SPI added.
 *
 *
 * 

Definition in file sbbif1.h.

Go to the source code of this file.

Defines

#define SBBI1_MAX_DEVICES   4
 Maximum number of devices (chip selects).
#define SBBI1_INIT()


Define Documentation

#define SBBI1_MAX_DEVICES   4

Maximum number of devices (chip selects).

Definition at line 58 of file sbbif1.h.

 
#define SBBI1_INIT (  ) 

Value:

{ \
    SBBI1_SCK_CLR(); \
    SBBI1_SCK_ENA(); \
    SBBI1_MOSI_CLR(); \
    SBBI1_MOSI_ENA(); \
    SBBI1_MISO_ENA(); \
}

Definition at line 857 of file sbbif1.h.


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