Lines Matching refs:event_idx
31 static void nrfx_ipc_handler(uint8_t event_idx, void *p_context) in nrfx_ipc_handler() argument
34 __ASSERT(event_idx < NRFX_IPC_ID_MAX_VALUE, in nrfx_ipc_handler()
35 "Illegal event_idx: %d", event_idx); in nrfx_ipc_handler()
38 event_idx, in nrfx_ipc_handler()
122 static void vipm_dispatcher(uint8_t event_idx, void *p_context) in vipm_dispatcher() argument
124 __ASSERT(event_idx < NRFX_IPC_ID_MAX_VALUE, in vipm_dispatcher()
125 "Illegal event_idx: %d", event_idx); in vipm_dispatcher()
126 if (nrfx_vipm_data.callback[event_idx] != NULL) { in vipm_dispatcher()
127 nrfx_vipm_data.callback[event_idx] in vipm_dispatcher()
128 (nrfx_vipm_data.ipm_device[event_idx], in vipm_dispatcher()
129 nrfx_vipm_data.user_data[event_idx], in vipm_dispatcher()