#include "fw_spi.h"
#include "fw_tim.h"
#include "fw_sys.h"
Go to the source code of this file.
◆ SPI_TxRx()
Definition at line 20 of file fw_spi.c.
21{
25 return SPDAT;
26}
#define SPI_ClearInterrupts()
#define SPI_RxTxFinished()
◆ SPI_TxRxBytes()
Definition at line 28 of file fw_spi.c.
29{
30 while(len--)
31 {
33 }
34}
uint8_t SPI_TxRx(uint8_t dat)