Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/samples/src/nrfx_egu/
Dmain.c93 status = nrfx_egu_init(&egu_inst, NRFX_EGU_DEFAULT_CONFIG_IRQ_PRIORITY, egu_handler, p_context); in main()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_egu.h96 nrfx_err_t nrfx_egu_init(nrfx_egu_t const * p_instance,
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_egu.c104 nrfx_err_t nrfx_egu_init(nrfx_egu_t const * p_instance, in nrfx_egu_init() function