#include <driverlib/spis.h>
Go to the source code of this file.
Functions | |
void | SPISDataPut (uint32_t ui32Data) |
Puts a data element into the SPIS transmit FIFO. More... | |
uint32_t | SPISTxGetValue (uint32_t ui32Index) |
Get a specific value in the Tx Fifo. More... | |
void | SPISDataGet (uint32_t *pui32Data) |
Gets a data element from the SPIS Rx FIFO. More... | |
uint32_t | SPISRxGetValue (uint32_t ui32Index) |
Get a specific value in the Rx Fifo. More... | |
uint32_t | SPISIntStatus (bool bMasked) |
Gets the current interrupt status. More... | |