spi.h

Go to the documentation of this file.
00001 /****************************************************************************/
00012 #ifndef SPI_H_
00013 #define SPI_H_
00014 
00015 #include <halSpi.h>
00016 
00017 /**************************************************************************/
00044 int HAL_OpenSpi(HAL_SpiMode_t *spiMode, void (*callback)());
00045 
00046 /**************************************************************************/
00051 int HAL_CloseSpi(void);
00052 
00053 /**************************************************************************/
00067 int HAL_WriteSpi(uint8_t *buffer, uint8_t length);
00068 
00069 #endif
00070 // eof spi.h

Generated on Wed Apr 2 19:06:16 2008 for ZigBeeNet Stack Documentation by  doxygen 1.5.1-p1