1.9.18.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