Data Fields
SPI_FxnTable_ Struct Reference

The definition of a SPI function table that contains the required set of functions to control a specific SPI driver implementation. More...

#include <SPI.h>

Collaboration diagram for SPI_FxnTable_:
Collaboration graph
[legend]

Data Fields

SPI_CloseFxn closeFxn
 
SPI_ControlFxn controlFxn
 
SPI_InitFxn initFxn
 
SPI_OpenFxn openFxn
 
SPI_TransferFxn transferFxn
 
SPI_TransferCancelFxn transferCancelFxn
 

Detailed Description

The definition of a SPI function table that contains the required set of functions to control a specific SPI driver implementation.

Field Documentation

§ closeFxn

SPI_CloseFxn SPI_FxnTable_::closeFxn

Function to close the specified peripheral

§ controlFxn

SPI_ControlFxn SPI_FxnTable_::controlFxn

Function to implementation specific control function

§ initFxn

SPI_InitFxn SPI_FxnTable_::initFxn

Function to initialize the given data object

§ openFxn

SPI_OpenFxn SPI_FxnTable_::openFxn

Function to open the specified peripheral

§ transferFxn

SPI_TransferFxn SPI_FxnTable_::transferFxn

Function to initiate a SPI data transfer

§ transferCancelFxn

SPI_TransferCancelFxn SPI_FxnTable_::transferCancelFxn

Function to cancel SPI data transfer


The documentation for this struct was generated from the following file:
© Copyright 1995-2018, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale