#include "includes.h"
Go to the source code of this file.
Macros | |
#define | TestSpiIdleState 0 |
#define | TestSpiSpi0State0 1 |
#define | TestSpiSpi0State1 2 |
#define | TestSpiSpi1State0 3 |
#define | TestSpiSpi1State1 4 |
#define | TESTSPI_BUFFER_SIZE 100 |
Functions | |
void | F_TestSpiInit (void) |
void | F_TestSpiSvc (void) |
INT8U | F_TestSpiStart (INT8U SpiNumber) |
void __irq | TestSpiSpi0Isr (void) |
void __irq | TestSpiSpi1Isr (void) |
Variables | |
TESTSPI_CONTROL | TestSpiCtrl |
INT8U | TestSpiRxIndex = 0 |
INT8U | TestSpiRxBuffer [TESTSPI_BUFFER_SIZE] |
INT8U | TestSpiTxIndex = 0 |
INT8U | TestSpiTxBuffer [TESTSPI_BUFFER_SIZE] |
TESTSPI_CONTROL TestSpiCtrl |
INT8U TestSpiRxBuffer[TESTSPI_BUFFER_SIZE] |
INT8U TestSpiTxBuffer[TESTSPI_BUFFER_SIZE] |