![]()  | 
  
    PDK API Guide for J721E
    
   | 
 
The definition of a SPI function table that contains the required set of functions to control a specific SPI driver implementation.
| SPI_CloseFxn SPI_FxnTable::closeFxn | 
Function to close the specified peripheral
| SPI_ControlFxn SPI_FxnTable::controlFxn | 
Function to implementation specific control function
| SPI_InitFxn SPI_FxnTable::spiInitFxn | 
Function to initialize the given data object
| SPI_OpenFxn SPI_FxnTable::openFxn | 
Function to open the specified peripheral
| SPI_TransferFxn SPI_FxnTable::transferFxn | 
Function to initiate a SPI data transfer
| SPI_TransferCancelFxn SPI_FxnTable::transferCancelFxn | 
Function to cancel SPI data transfer
| SPI_ServiceISRFxn SPI_FxnTable::serviceISRFxn | 
Function to service the SPI instance