Home
last modified time | relevance | path

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

/nrf52832-nimble/nordic/nrfx/drivers/include/
H A Dnrfx_swi.h160 __STATIC_INLINE NRF_EGU_Type * nrfx_swi_egu_instance_get(nrfx_swi_t swi) in nrfx_swi_egu_instance_get() function
185 NRF_EGU_Type * p_egu = nrfx_swi_egu_instance_get(swi); in nrfx_swi_task_trigger_address_get()
209 NRF_EGU_Type * p_egu = nrfx_swi_egu_instance_get(swi); in nrfx_swi_event_triggered_address_get()
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_swi.c170 NRF_EGU_Type * p_egu = nrfx_swi_egu_instance_get(swi); in swi_int_enable()
191 nrf_egu_int_disable(nrfx_swi_egu_instance_get(swi), NRF_EGU_INT_ALL); in swi_int_disable()
294 NRF_EGU_Type * p_egu = nrfx_swi_egu_instance_get(swi); in nrfx_swi_trigger()
326 NRF_EGU_Type * p_egu = nrfx_swi_egu_instance_get(swi); in egu_irq_handler()