Home
last modified time | relevance | path

Searched refs:nrf_saadc_task_address_get (Results 1 – 3 of 3) sorted by relevance

/hal_nordic-latest/nrfx/samples/src/nrfx_saadc/maximum_performance/
Dmain.c301 nrf_saadc_task_address_get(NRF_SAADC, NRF_SAADC_TASK_SAMPLE)); in main()
313 nrf_saadc_task_address_get(NRF_SAADC, NRF_SAADC_TASK_START)); in main()
/hal_nordic-latest/nrfx/hal/
Dnrf_saadc.h463 NRF_STATIC_INLINE uint32_t nrf_saadc_task_address_get(NRF_SAADC_Type const * p_reg,
885 NRF_STATIC_INLINE uint32_t nrf_saadc_task_address_get(NRF_SAADC_Type const * p_reg, in nrf_saadc_task_address_get() function
/hal_nordic-latest/nrfx/haly/
Dnrfy_saadc.h322 return nrf_saadc_task_address_get(p_reg, task); in nrfy_saadc_task_address_get()