Home
last modified time | relevance | path

Searched refs:nrf_saadc_event_address_get (Results 1 – 4 of 4) sorted by relevance

/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/maximum_performance/
Dmain.c312 nrf_saadc_event_address_get(NRF_SAADC, NRF_SAADC_EVENT_END), in main()
322 nrf_saadc_event_address_get(NRF_SAADC, NRF_SAADC_EVENT_RESULTDONE)); in main()
/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()
/hal_nordic-latest/nrfx/hal/
Dnrf_saadc.h495 NRF_STATIC_INLINE uint32_t nrf_saadc_event_address_get(NRF_SAADC_Type const * p_reg,
902 NRF_STATIC_INLINE uint32_t nrf_saadc_event_address_get(NRF_SAADC_Type const * p_reg, in nrf_saadc_event_address_get() function
/hal_nordic-latest/nrfx/haly/
Dnrfy_saadc.h346 return nrf_saadc_event_address_get(p_reg, event); in nrfy_saadc_event_address_get()