![]() |
MAX32665 Peripheral Driver API
Peripheral Driver API for the MAX32665
|
Callback function type used in asynchromous SDHC communications requests.
SDHC interrupt handler.
The function declaration for the SDHC callback is:
error_code | An error code if the active transaction had a failure or E_NO_ERROR if successful. |
This function should be called by the application from the interrupt handler if SDHC interrupts are enabled. Alternately, this function can be periodically called by the application if SDHC interrupts are disabled. Only necessary to call this when using asynchronous functions.