Searched refs:cyhal_ipc_event_t (Results 1 – 2 of 2) sorted by relevance
116 } cyhal_ipc_event_t; typedef119 typedef void (*cyhal_ipc_event_callback_t)(void *callback_arg, cyhal_ipc_event_t event);235 void cyhal_ipc_queue_enable_event(cyhal_ipc_t *obj, cyhal_ipc_event_t event, uint8_t intr_priority,…
990 … callback(obj->callback_data.callback_arg, (cyhal_ipc_event_t)activated_occurred_events); in _cyhal_ipc_irq_handler()1361 void cyhal_ipc_queue_enable_event(cyhal_ipc_t *obj, cyhal_ipc_event_t event, uint8_t intr_priority,… in cyhal_ipc_queue_enable_event()