nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ nrf_semmc_event_handler_t

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.

Parameters
p_eventPointer to the event structure describing the event.
p_contextPointer to user-provided context data (as supplied during initialization).