Subversion Repositories Code-Repo

Rev

Rev 248 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 248 Rev 251
Line 116... Line 116...
116
unsigned char spiSendByte(const unsigned char data);
116
unsigned char spiSendByte(const unsigned char data);
117
unsigned char spiReadFrame(unsigned char* pBuffer, unsigned int size);
117
unsigned char spiReadFrame(unsigned char* pBuffer, unsigned int size);
118
unsigned char spiSendFrame(unsigned char* pBuffer, unsigned int size);
118
unsigned char spiSendFrame(unsigned char* pBuffer, unsigned int size);
119
void halSPISetSpeedHigh(void);
119
void halSPISetSpeedHigh(void);
120
void halSPISetSpeedLow(void);
120
void halSPISetSpeedLow(void);
-
 
121
void halSPISetPolarityPhase(char polarity, char phase);
121
 
122
 
122
 
123
 
123
#endif /* _SPILIB_H */
124
#endif /* _SPILIB_H */