sbbif3.h File Reference

Serial bit banged interface 3. More...

Go to the source code of this file.

Defines

#define SBBI3_INIT()
 Maximum number of devices (chip selects).

Detailed Description

Serial bit banged interface 3.

 *
 * $Log$
 * Revision 1.4  2009/01/18 10:45:54  haraldkipp
 * Fixed bit banging SPI for ARM targets.
 *
 * Revision 1.3  2008/08/28 16:11:31  haraldkipp
 * Fixed bitbanging SPI for ARM targets.
 *
 * Revision 1.2  2007/08/29 07:43:53  haraldkipp
 * Documentation updated and corrected.
 *
 * Revision 1.1  2007/04/12 09:07:54  haraldkipp
 * Configurable SPI added.
 *
 *
 * 

Definition in file sbbif3.h.


Define Documentation

 
#define SBBI3_INIT (  ) 
Value:
{ \
    SBBI3_SCK_CLR(); \
    SBBI3_SCK_ENA(); \
    SBBI3_MOSI_CLR(); \
    SBBI3_MOSI_ENA(); \
    SBBI3_MISO_ENA(); \
}

Maximum number of devices (chip selects).

Definition at line 829 of file sbbif3.h.


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