Home
last modified time | relevance | path

Searched refs:event_idx (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.7.0/drivers/ipm/
Dipm_nrfx_ipc.c31 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()
[all …]
/Zephyr-Core-3.7.0/drivers/mbox/
Dmbox_nrfx_ipc.c48 static void mbox_dispatcher(uint8_t event_idx, void *p_context) in mbox_dispatcher() argument
53 uint32_t channel = event_idx; in mbox_dispatcher()
/Zephyr-Core-3.7.0/drivers/can/
Dcan_mcan.c522 uint32_t event_idx; in can_mcan_tx_event_handler() local
533 event_idx = FIELD_GET(CAN_MCAN_TXEFS_EFGI, txefs); in can_mcan_tx_event_handler()
536 event_idx * sizeof(struct can_mcan_tx_event_fifo), in can_mcan_tx_event_handler()
547 err = can_mcan_write_reg(dev, CAN_MCAN_TXEFA, event_idx); in can_mcan_tx_event_handler()