Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_ipc.h56 typedef void (*nrfx_ipc_handler_t)(uint8_t event_idx, void * p_context); typedef
77 nrfx_err_t nrfx_ipc_init(uint8_t irq_priority, nrfx_ipc_handler_t handler, void * p_context);
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_ipc.c46 nrfx_ipc_handler_t handler;
53 nrfx_err_t nrfx_ipc_init(uint8_t irq_priority, nrfx_ipc_handler_t handler, void * p_context) in nrfx_ipc_init()
/hal_nordic-latest/nrfx/helpers/
Dnrfx_ids.h180 (nrfx_ipc_handler_t)event_handler, in nrfx_ids_init()