TI-RTOS Drivers  tidrivers_cc13xx_cc26xx_2_20_00_08
Data Fields
SDSPI_Config Struct Reference

SDSPI Global configuration. More...

#include <SDSPI.h>

Collaboration diagram for SDSPI_Config:
Collaboration graph
[legend]

Data Fields

SDSPI_FxnTable const * fxnTablePtr
 
void * object
 
void const * hwAttrs
 

Detailed Description

SDSPI Global configuration.

The SDSPI_Config structure contains a set of pointers used to characterize the SDSPI driver implementation.

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

See also
SDSPI_init()

Field Documentation

SDSPI_FxnTable const* SDSPI_Config::fxnTablePtr

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

void* SDSPI_Config::object

Pointer to a driver specific data object

void const* SDSPI_Config::hwAttrs

Pointer to a driver specific hardware attributes structure


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