Data Fields
SDSPI_Config_ Struct Reference

SDSPI Global configuration. More...

#include <SDSPI.h>

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

§ fxnTablePtr

SDSPI_FxnTable const* SDSPI_Config_::fxnTablePtr

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

§ object

void* SDSPI_Config_::object

Pointer to a driver specific data object

§ hwAttrs

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 2017, Texas Instruments Incorporated