#include "board.h"
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Defines | |
#define | SPI0_CS0 0 |
#define | SPI0_CS1 1 |
#define | SPI0_CS2 2 |
#define | SPI0_CS3 3 |
Functions | |
void | SPI0_Handler () |
Handler for SPI0. | |
void | XDMAC_Handler (void) |
Handler for XDMAC. | |
int | main (void) |
Application entry point. | |
Variables | |
volatile uint32_t | dwTimeStamp = 0 |
uint8_t | pTxBuffer [] = "This is SPI LoopBack Test Buffer" |
uint8_t | pRxBuffer [30] |
This file contains all the specific code for the SPI example.
Definition in file main.c.
int main | ( | void | ) |
volatile uint32_t dwTimeStamp = 0 |