BOOTLOADER
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
testspi.h
Go to the documentation of this file.
1 #ifndef TESTSPI_H
2 #define TESTSPI_H
3 
4 #define TESTSPI_RECEIVE 0
5 #define TESTSPI_TRANSMIT 1
6 
7 typedef struct{
15 
17 
18 extern void F_TestSpiInit(void);
19 extern void F_TestSpiSvc(void);
20 extern INT8U F_TestSpiStart(INT8U SpiNumber);
21 
22 #endif