![]() |
nrfxlib API 3.3.99
|
| typedef void(* nrf_semmc_event_handler_t) (nrf_semmc_event_t const *p_event, void *p_context) |
#include <softperipheral/sEMMC/include/nrf_semmc.h>
Callback function type for eMMC driver events.
This handler is invoked when an asynchronous operation (such as a command or data transfer) completes or when an error or device interrupt occurs.
The function may be called from interrupt context.
| p_event | Pointer to the event structure describing the event. |
| p_context | Pointer to user-provided context data (as supplied during initialization). |