Data Fields
SDSPI_FxnTable_ Struct Reference

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

#include <SDSPI.h>

Data Fields

SDSPI_InitFxn initFxn
 
SDSPI_OpenFxn openFxn
 
SDSPI_CloseFxn closeFxn
 
SDSPI_ControlFxn controlFxn
 

Detailed Description

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

Field Documentation

§ initFxn

SDSPI_InitFxn SDSPI_FxnTable_::initFxn

Function to initialized the given data object

§ openFxn

SDSPI_OpenFxn SDSPI_FxnTable_::openFxn

Function to open the specified peripheral

§ closeFxn

SDSPI_CloseFxn SDSPI_FxnTable_::closeFxn

Function to close the specified peripheral

§ controlFxn

SDSPI_ControlFxn SDSPI_FxnTable_::controlFxn

Function to implementation specific control function


The documentation for this struct was generated from the following file:
Copyright 2017, Texas Instruments Incorporated