Data Fields
SD_Config_ Struct Reference

SD Global configuration. More...

#include <SD.h>

Collaboration diagram for SD_Config_:
Collaboration graph
[legend]

Data Fields

SD_FxnTable const * fxnTablePtr
 
void * object
 
void const * hwAttrs
 

Detailed Description

SD Global configuration.

The SD_Config structure contains a set of pointers used to characterize the SD driver implementation.

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

See also
SD_init()

Field Documentation

§ fxnTablePtr

SD_FxnTable const* SD_Config_::fxnTablePtr

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

§ object

void* SD_Config_::object

Pointer to a driver specific data object

§ hwAttrs

void const* SD_Config_::hwAttrs

Pointer to a driver specific hardware attributes structure


The documentation for this struct was generated from the following file:
© Copyright 1995-2019, Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy policy | Terms of use | Terms of sale