![]() |
PDK API Guide for J721E
|
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.
Data Fields | |
FATFS_DrvFxnTable * | drvFxnTablePtr |
FATFS_Object * | object |
FATFS_HwAttrs * | hwAttrs |
FATFS_DrvFxnTable* FATFS_Config::drvFxnTablePtr |
Pointer to a table of driver-specific implementations of SD APIs
FATFS_Object* FATFS_Config::object |
Pointer to a driver specific data object
FATFS_HwAttrs* FATFS_Config::hwAttrs |
Pointer to a driver specific hardware attributes structure