![]()  | 
  
    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.
| OSPI_CloseFxn OSPI_FxnTable::closeFxn | 
Function to close the specified peripheral
| OSPI_ControlFxn OSPI_FxnTable::controlFxn | 
Function to implementation specific control function
| OSPI_InitFxn OSPI_FxnTable::spiInitFxn | 
Function to initialize the given data object
| OSPI_OpenFxn OSPI_FxnTable::openFxn | 
Function to open the specified peripheral
| OSPI_TransferFxn OSPI_FxnTable::transferFxn | 
Function to initiate a SPI data transfer
| OSPI_TransferCancelFxn OSPI_FxnTable::transferCancelFxn | 
Function to cancel SPI data transfer
| OSPI_ServiceISRFxn OSPI_FxnTable::serviceISRFxn | 
Function to service the SPI instance