Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/hal/
Dnrf_grtc.h287 } nrf_grtc_task_t; typedef
649 nrf_grtc_task_t task,
663 nrf_grtc_task_t task);
841 nrf_grtc_task_t task);
849 NRF_STATIC_INLINE void nrf_grtc_task_trigger(NRF_GRTC_Type * p_reg, nrf_grtc_task_t task);
859 NRF_STATIC_INLINE nrf_grtc_task_t nrf_grtc_sys_counter_capture_task_get(uint8_t cc_channel);
1497 nrf_grtc_task_t task, in nrf_grtc_subscribe_set()
1511 nrf_grtc_task_t task) in nrf_grtc_subscribe_clear()
1644 nrf_grtc_task_t task) in nrf_grtc_task_address_get()
1649 NRF_STATIC_INLINE void nrf_grtc_task_trigger(NRF_GRTC_Type * p_reg, nrf_grtc_task_t task) in nrf_grtc_task_trigger()
[all …]
/hal_nordic-latest/nrfx/haly/
Dnrfy_grtc.h586 nrf_grtc_task_t task, in nrfy_grtc_subscribe_set()
594 NRFY_STATIC_INLINE void nrfy_grtc_subscribe_clear(NRF_GRTC_Type * p_reg, nrf_grtc_task_t task) in nrfy_grtc_subscribe_clear()
650 nrf_grtc_task_t task) in nrfy_grtc_task_address_get()
656 NRFY_STATIC_INLINE void nrfy_grtc_task_trigger(NRF_GRTC_Type * p_reg, nrf_grtc_task_t task) in nrfy_grtc_task_trigger()
663 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()
/hal_nordic-latest/nrfx/drivers/include/
Dnrfx_grtc.h493 NRFX_STATIC_INLINE uint32_t nrfx_grtc_task_address_get(nrf_grtc_task_t task);
562 NRFX_STATIC_INLINE uint32_t nrfx_grtc_task_address_get(nrf_grtc_task_t task) in nrfx_grtc_task_address_get()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_grtc.c598 nrf_grtc_task_t task = (nrf_grtc_task_t)action; in nrfx_grtc_action_perform()