Home
last modified time | relevance | path

Searched defs:p_context (Results 1 – 14 of 14) 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()
122 static void vipm_dispatcher(uint8_t event_idx, void *p_context) in vipm_dispatcher()
/Zephyr-Core-3.7.0/drivers/i2c/
Di2c_nrfx_twi.c105 static void event_handler(nrfx_twi_evt_t const *p_event, void *p_context) in event_handler()
Di2c_nrfx_twi_rtio.c115 static void event_handler(nrfx_twi_evt_t const *p_event, void *p_context) in event_handler()
Di2c_nrfx_twim.c208 static void event_handler(nrfx_twim_evt_t const *p_event, void *p_context) in event_handler()
/Zephyr-Core-3.7.0/samples/boards/nrf/nrfx_prs/src/
Dmain.c114 static void spim_handler(const nrfx_spim_evt_t *p_event, void *p_context) in spim_handler()
198 static void uarte_handler(const nrfx_uarte_event_t *p_event, void *p_context) in uarte_handler()
/Zephyr-Core-3.7.0/drivers/watchdog/
Dwdt_nrfx.c170 uint32_t requests, void *p_context) in wdt_event_handler()
/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()
/Zephyr-Core-3.7.0/drivers/sensor/nordic/qdec_nrfx/
Dqdec_nrfx.c128 static void qdec_nrfx_event_handler(nrfx_qdec_event_t event, void *p_context) in qdec_nrfx_event_handler()
/Zephyr-Core-3.7.0/drivers/spi/
Dspi_nrfx_spi.c200 static void event_handler(const nrfx_spi_evt_t *p_event, void *p_context) in event_handler()
Dspi_nrfx_spis.c274 static void event_handler(const nrfx_spis_evt_t *p_event, void *p_context) in event_handler()
Dspi_nrfx_spim.c405 static void event_handler(const nrfx_spim_evt_t *p_event, void *p_context) in event_handler()
/Zephyr-Core-3.7.0/drivers/timer/
Dnrf_grtc_timer.c140 static void sys_clock_timeout_handler(int32_t id, uint64_t cc_val, void *p_context) in sys_clock_timeout_handler()
/Zephyr-Core-3.7.0/drivers/flash/
Dnrf_qspi_nor.c389 static void qspi_handler(nrfx_qspi_evt_t event, void *p_context) in qspi_handler()
/Zephyr-Core-3.7.0/drivers/serial/
Duart_nrfx_uarte.c628 static void timer_handler(nrf_timer_event_t event_type, void *p_context) { } in timer_handler()