Home
last modified time | relevance | path

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

/hal_nordic-3.4.0/nrfx/samples/src/nrfx_saadc/maximum_performance/
Dmain.c301 nrf_saadc_event_address_get(NRF_SAADC, NRF_SAADC_EVENT_END), in main()
305 nrf_saadc_event_address_get(NRF_SAADC, NRF_SAADC_EVENT_RESULTDONE)); in main()
/hal_nordic-3.4.0/nrfx/samples/src/nrfx_saadc/advanced_non_blocking_internal_timer/
Dmain.c211 nrf_saadc_event_address_get(NRF_SAADC, NRF_SAADC_EVENT_RESULTDONE)); in main()
/hal_nordic-3.4.0/nrfx/hal/
Dnrf_saadc.h432 NRF_STATIC_INLINE uint32_t nrf_saadc_event_address_get(NRF_SAADC_Type const * p_reg,
824 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-3.4.0/nrfx/haly/
Dnrfy_saadc.h346 return nrf_saadc_event_address_get(p_reg, event); in nrfy_saadc_event_address_get()