1.2.20.27 1.9.18.27 1.25.19.27 1.26.17.27 1.27.19.27 1.28.22.27 SDMMC_CALLBACK Typedef
C
typedef void (*SDMMC_CALLBACK) (SDMMC_XFER_STATUS xferStatus, uintptr_t context);
Summary
The prototype of the SDMMC callback function
Description
The clients must define an event handler confirming to this prototype and register this event handler with the SDMMC PLIB by passing the address of the event handler.
Remarks
None