Searched defs:p_context (Results 1 – 14 of 14) sorted by relevance
/Zephyr-Core-3.7.0/drivers/ipm/ |
D | ipm_nrfx_ipc.c | 31 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/ |
D | i2c_nrfx_twi.c | 105 static void event_handler(nrfx_twi_evt_t const *p_event, void *p_context) in event_handler()
|
D | i2c_nrfx_twi_rtio.c | 115 static void event_handler(nrfx_twi_evt_t const *p_event, void *p_context) in event_handler()
|
D | i2c_nrfx_twim.c | 208 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/ |
D | main.c | 114 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/ |
D | wdt_nrfx.c | 170 uint32_t requests, void *p_context) in wdt_event_handler()
|
/Zephyr-Core-3.7.0/drivers/mbox/ |
D | mbox_nrfx_ipc.c | 48 static void mbox_dispatcher(uint8_t event_idx, void *p_context) in mbox_dispatcher()
|
/Zephyr-Core-3.7.0/drivers/sensor/nordic/qdec_nrfx/ |
D | qdec_nrfx.c | 128 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/ |
D | spi_nrfx_spi.c | 200 static void event_handler(const nrfx_spi_evt_t *p_event, void *p_context) in event_handler()
|
D | spi_nrfx_spis.c | 274 static void event_handler(const nrfx_spis_evt_t *p_event, void *p_context) in event_handler()
|
D | spi_nrfx_spim.c | 405 static void event_handler(const nrfx_spim_evt_t *p_event, void *p_context) in event_handler()
|
/Zephyr-Core-3.7.0/drivers/timer/ |
D | nrf_grtc_timer.c | 140 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/ |
D | nrf_qspi_nor.c | 389 static void qspi_handler(nrfx_qspi_evt_t event, void *p_context) in qspi_handler()
|
/Zephyr-Core-3.7.0/drivers/serial/ |
D | uart_nrfx_uarte.c | 628 static void timer_handler(nrf_timer_event_t event_type, void *p_context) { } in timer_handler()
|