Searched refs:context (Results 1 – 18 of 18) sorted by relevance
| /hal_nordic-latest/nrfx/samples/src/nrfx_egu/ |
| D | README.md | 38 - "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/ |
| D | nrfx_bellboard.c | 47 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()
|
| D | nrfx_timer.c | 75 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/ |
| D | README.md | 41 - "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/ |
| D | README.md | 48 - "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/ |
| D | README.md | 49 - "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/ |
| D | README.md | 41 - "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/ |
| D | nrfs_mram.h | 30 void * context);
|
| D | nrfs_gdpwr.h | 29 void *context);
|
| D | nrfs_usb.h | 31 typedef void (*nrfs_usb_evt_handler_t)(nrfs_usb_evt_t const * p_evt, void * context);
|
| D | nrfs_gdfs.h | 28 typedef void (*nrfs_gdfs_evt_handler_t)(nrfs_gdfs_evt_t const * p_evt, void * context);
|
| D | nrfs_swext.h | 29 typedef void (*nrfs_swext_evt_handler_t)(nrfs_swext_evt_t const *p_evt, void *context);
|
| D | nrfs_dvfs.h | 35 typedef void (*nrfs_dvfs_evt_handler_t)(nrfs_dvfs_evt_t const * p_evt, void * context);
|
| D | nrfs_temp.h | 31 typedef void (*nrfs_temp_evt_handler_t)(nrfs_temp_evt_t const * p_evt, void * context);
|
| D | nrfs_clock.h | 30 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/ |
| D | README.md | 42 - "Timer finished. Context passed to the handler: >Some context<"
|
| /hal_nordic-latest/nrfx/samples/src/nrfx_spim/non_blocking/ |
| D | README.md | 43 - "SPIM finished. Context passed to the handler: >Some context<"
|
| /hal_nordic-latest/nrfx/ |
| D | CHANGELOG.md | 73 …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 …
|