PDK API Guide for J721E
MMCSD_Config Struct Reference

Detailed Description

SD Global configuration.

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

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

See also
MMCSD_init()

Data Fields

MMCSD_FxnTable const * fxnTablePtr
 
void * object
 
void const * hwAttrs
 

Field Documentation

◆ fxnTablePtr

MMCSD_FxnTable const* MMCSD_Config::fxnTablePtr

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

◆ object

void* MMCSD_Config::object

Pointer to a driver specific data object

◆ hwAttrs

void const* MMCSD_Config::hwAttrs

Pointer to a driver specific hardware attributes structure