Home
last modified time | relevance | path

Searched refs:nrf_egu_task_trigger_get (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/nordic/nrfx/hal/
H A Dnrf_egu.h165 __STATIC_INLINE nrf_egu_task_t nrf_egu_task_trigger_get(NRF_EGU_Type * NRF_EGUx, uint8_t channel);
343 __STATIC_INLINE nrf_egu_task_t nrf_egu_task_trigger_get(NRF_EGU_Type * NRF_EGUx, uint8_t channel) in nrf_egu_task_trigger_get() function
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_swi.c305 nrf_egu_task_trigger_get(p_egu, flag_number)); in nrfx_swi_trigger()