Home
last modified time | relevance | path

Searched refs:cyhal_ipc_event_t (Results 1 – 2 of 2) sorted by relevance

/hal_infineon-latest/mtb-hal-cat1/include/
Dcyhal_ipc.h116 } cyhal_ipc_event_t; typedef
119 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,…
/hal_infineon-latest/mtb-hal-cat1/source/
Dcyhal_ipc.c990 … 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()