Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_grtc.h574 return nrfy_grtc_task_address_get(NRF_GRTC, nrfy_grtc_sys_counter_capture_task_get(channel)); in nrfx_grtc_capture_task_address_get()
/hal_nordic-latest/nrfx/haly/
Dnrfy_grtc.h663 NRFY_STATIC_INLINE nrf_grtc_task_t nrfy_grtc_sys_counter_capture_task_get(uint8_t cc_channel) in nrfy_grtc_sys_counter_capture_task_get() function
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_grtc.c866 nrfy_grtc_task_trigger(NRF_GRTC, nrfy_grtc_sys_counter_capture_task_get(channel)); in nrfx_grtc_syscounter_capture()