TI-RTOS for SimpleLink Wireless MCUs  2.14.03.28
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>

Collaboration diagram for SDSPI_FxnTable:
Collaboration graph
[legend]

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

SDSPI_InitFxn SDSPI_FxnTable::initFxn

Function to initialized the given data object

SDSPI_OpenFxn SDSPI_FxnTable::openFxn

Function to open the specified peripheral

SDSPI_CloseFxn SDSPI_FxnTable::closeFxn

Function to close the specified peripheral

SDSPI_ControlFxn SDSPI_FxnTable::controlFxn

Function to implementation specific control function


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