TI-RTOS for SimpleLink Wireless MCUs  2.14.03.28
Data Fields
SPI_Config Struct Reference

SPI Global configuration. More...

#include <SPI.h>

Collaboration diagram for SPI_Config:
Collaboration graph
[legend]

Data Fields

SPI_FxnTable const * fxnTablePtr
 
void * object
 
void const * hwAttrs
 

Detailed Description

SPI Global configuration.

The SPI_Config structure contains a set of pointers used to characterize the SPI driver implementation.

This structure needs to be defined before calling SPI_init() and it must not be changed thereafter.

See also
SPI_init()

Field Documentation

SPI_FxnTable const* SPI_Config::fxnTablePtr

Pointer to a table of driver-specific implementations of SPI APIs

void* SPI_Config::object

Pointer to a driver specific data object

void const* SPI_Config::hwAttrs

Pointer to a driver specific hardware attributes structure


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