Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_ipc.h77 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.c53 nrfx_err_t nrfx_ipc_init(uint8_t irq_priority, nrfx_ipc_handler_t handler, void * p_context) in nrfx_ipc_init() function
/hal_nordic-latest/nrfx/helpers/
Dnrfx_ids.h179 nrfx_err_t err_code = nrfx_ipc_init(interrupt_priority, in nrfx_ids_init()