1.34.6.24 HSMCI_CALLBACK Typedef

C

typedef void (*HSMCI_CALLBACK) (HSMCI_XFER_STATUS xferStatus, uintptr_t context);

Summary

The prototype of the HSMCI callback function

Description

The application must define an event handler confirming to this prototype and register this event handler with the HSMCI PLIB by passing the address of the event handler. he event handler will be called by the HSMCI PLIB when a HSMCI interrupt occurs to notify the application of the transfer status.

Remarks

None.