Home
last modified time | relevance | path

Searched refs:context (Results 1 – 18 of 18) sorted by relevance

/hal_nordic-latest/nrfx/samples/src/nrfx_egu/
DREADME.md38 - "EGU handler triggered on channel: 0. Context passed to the handler: >Some context<"
39 - "EGU handler triggered on channel: 1. Context passed to the handler: >Some context<"
40 - "EGU handler triggered on channel: 2. Context passed to the handler: >Some context<"
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_bellboard.c47 void * context; member
78 p_cb->context = p_context; in nrfx_bellboard_init()
150 p_cb->handler(event_no, p_cb->context); in irq_handler()
Dnrfx_timer.c75 void * context; member
147 p_cb->context = p_config->p_context; in nrfx_timer_init()
181 p_cb->context = p_config->p_context; in nrfx_timer_reconfigure()
375 p_cb->handler(event, p_cb->context); in irq_handler()
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/one_to_one/
DREADME.md41 - "Timer finished. Context passed to the handler: >Some context<"
43 - "Timer finished. Context passed to the handler: >Some context<"
/hal_nordic-latest/nrfx/samples/src/nrfx_spim_spis/advanced_non_blocking/
DREADME.md48 - "SPIM finished. Context passed to the handler: >Some context<"
50 - "SPIS finished. Context passed to the handler: >Some context<"
/hal_nordic-latest/nrfx/samples/src/nrfx_spim_spis/non_blocking/
DREADME.md49 - "SPIM finished. Context passed to the handler: >Some context<"
51 - "SPIS finished. Context passed to the handler: >Some context<"
/hal_nordic-latest/nrfx/samples/src/nrfx_gppi/fork/
DREADME.md41 - "Timer finished. Context passed to the handler: >Some context<"
44 - "Timer finished. Context passed to the handler: >Some context<"
/hal_nordic-latest/nrfs/include/services/
Dnrfs_mram.h30 void * context);
Dnrfs_gdpwr.h29 void *context);
Dnrfs_usb.h31 typedef void (*nrfs_usb_evt_handler_t)(nrfs_usb_evt_t const * p_evt, void * context);
Dnrfs_gdfs.h28 typedef void (*nrfs_gdfs_evt_handler_t)(nrfs_gdfs_evt_t const * p_evt, void * context);
Dnrfs_swext.h29 typedef void (*nrfs_swext_evt_handler_t)(nrfs_swext_evt_t const *p_evt, void *context);
Dnrfs_dvfs.h35 typedef void (*nrfs_dvfs_evt_handler_t)(nrfs_dvfs_evt_t const * p_evt, void * context);
Dnrfs_temp.h31 typedef void (*nrfs_temp_evt_handler_t)(nrfs_temp_evt_t const * p_evt, void * context);
Dnrfs_clock.h30 typedef void (*nrfs_clock_evt_handler_t)(nrfs_clock_evt_t const * p_evt, void * context);
/hal_nordic-latest/nrfx/samples/src/nrfx_timer/timer/
DREADME.md42 - "Timer finished. Context passed to the handler: >Some context<"
/hal_nordic-latest/nrfx/samples/src/nrfx_spim/non_blocking/
DREADME.md43 - "SPIM finished. Context passed to the handler: >Some context<"
/hal_nordic-latest/nrfx/
DCHANGELOG.md73 …nd disabling the SPIM peripheral instance for nRF54H20 outside of driver context in the SPIM drive…
175 …. The new prototype accepts an event type, requests and a pointer to the context. A previous versi…
176 …e, a pointer to the configuration, an event handler and a pointer to the context. A previous versi…
241 …e initialization and callback functions of the QDEC driver. Now the user context can be provided a…
332 - Fixed the inability to start subsequent simple mode conversion from the user callback context in …