Home
last modified time | relevance | path

Searched refs:NRF_SAADC_EVENT_RESULTDONE (Results 1 – 6 of 6) sorted by relevance

/hal_nordic-latest/nrfx/haly/
Dnrfy_saadc.h122 __nrfy_internal_saadc_event_enabled_clear(p_reg, mask, NRF_SAADC_EVENT_RESULTDONE); in nrfy_saadc_int_init()
254 nrf_saadc_event_clear(p_reg, NRF_SAADC_EVENT_RESULTDONE); in nrfy_saadc_sample_start()
664 (void)__nrfy_internal_saadc_event_handle(p_reg, mask, NRF_SAADC_EVENT_RESULTDONE, &evt_mask); in __nrfy_internal_saadc_events_process()
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/
Dmain.c231 nrf_saadc_event_address_get(NRF_SAADC, NRF_SAADC_EVENT_RESULTDONE)); in main()
DREADME.md28 The endpoints are set up in a way that connects the @p NRF_SAADC_EVENT_RESULTDONE event with the GP…
/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/maximum_performance/
Dmain.c322 nrf_saadc_event_address_get(NRF_SAADC, NRF_SAADC_EVENT_RESULTDONE)); in main()
DREADME.md33 The endpoints are setup up in a way that connects the @p NRF_SAADC_EVENT_RESULTDONE event with the …
/hal_nordic-latest/nrfx/hal/
Dnrf_saadc.h356NRF_SAADC_EVENT_RESULTDONE = offsetof(NRF_SAADC_Type, EVENTS_RESULTDONE), ///< A result is r… enumerator