Go to the source code of this file.
Data Structures | |
struct | _AVRSPIREG |
Typedefs | |
typedef struct _AVRSPIREG | AVRSPIREG |
Functions | |
int | AvrSpiSetup (NUTSPINODE *node) |
Update SPI shadow registers. | |
Variables | |
NUTSPIBUS | spiBus0Avr |
AVR SPI bus driver implementation structure. |
* $Id: spibus_avr.h,v 1.1 2009/01/09 17:54:38 haraldkipp Exp $ *
Definition in file spibus_avr.h.
typedef struct _AVRSPIREG AVRSPIREG |
Definition at line 48 of file spibus_avr.h.
int AvrSpiSetup | ( | NUTSPINODE * | node | ) |
Update SPI shadow registers.
Definition at line 51 of file spibus_avr.c.
Referenced by AvrSpiBus0NodeInit(), and AvrSpiBus0Select().