PDK API Guide for J721E
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
FATFS_Config Struct Reference

Detailed Description

SD Global configuration.

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

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

See also
FATFS_init()

Data Fields

FATFS_DrvFxnTable * drvFxnTablePtr
 
FATFS_Objectobject
 
FATFS_HwAttrshwAttrs
 

Field Documentation

◆ drvFxnTablePtr

FATFS_DrvFxnTable* FATFS_Config::drvFxnTablePtr

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

◆ object

FATFS_Object* FATFS_Config::object

Pointer to a driver specific data object

◆ hwAttrs

FATFS_HwAttrs* FATFS_Config::hwAttrs

Pointer to a driver specific hardware attributes structure