This defines the callback function prototype.
Register a callback function to handle a DMA interrupt transfer process. This function is called after the SDIO data transfer is done. For more details about the callback, please refer to hal_sdio_register_callback().
- Parameters
-
| [in] | event | is the event of the DMA interrupt transfer. This parameter specifies whether the transfer is complete successfully. For more details about the event type, please refer to hal_sdio_callback_event_t. |
| [in] | user_data | is the user defined parameter obtained from the hal_sdio_register_callback() function. |