kdriveExpress_API error_t kdrive_set_event_callback(int32_t ap, kdrive_event_callback c, void *user_data)
Sets the event callback, for a specific access port.
void(* kdrive_event_callback)(int32_t ap, uint32_t e, void *user_data)
Event Callback function type (pointer to function definition)
Definition: kdrive_express_event.h:51