Main Page   Modules   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

/projects/cubeos/src_current/drivers/spi/spi.h

Go to the documentation of this file.
00001 #ifndef _SPI_H
00002 #define _SPI_H
00003 
00004 int SPI_init();
00005 int SPI_init_analog();
00006 int SPI_ReadAnalogIn(int chip, int channel);
00007 
00008 void QSM_qspi_int ();
00009 
00010 
00011 #endif

Generated on Thu Feb 20 15:38:44 2003 for cubeOS by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002