Go to the source code of this file.
Data Structures | |
struct | AVRSPIREG |
Functions | |
int | AvrSpiSetup (NUTSPINODE *node) |
Update SPI shadow registers. | |
Variables | |
NUTSPIBUS | spiBus0Avr |
AVR SPI bus driver implementation structure. |
* $Id: spibus_avr.h 2610 2009-04-15 13:45:19Z haraldkipp $ *
Definition in file spibus_avr.h.
int AvrSpiSetup | ( | NUTSPINODE * | node | ) |
Update SPI shadow registers.
Definition at line 51 of file spibus_avr.c.
References _BV, NUT_HWCLK_PERIPHERAL, NutClockGet, SPI_MODE_3, and SPI_MODE_UPDATE.
Referenced by AvrSpiBus0NodeInit(), and AvrSpiBus0Select().
NUTSPIBUS spiBus0Avr |