Home
last modified time | relevance | path

Searched defs:swi (Results 1 – 2 of 2) sorted by relevance

/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_swi.c136 static void swi_mark_allocated(nrfx_swi_t swi) in swi_mark_allocated()
141 static void swi_mark_unallocated(nrfx_swi_t swi) in swi_mark_unallocated()
146 static bool swi_is_allocated(nrfx_swi_t swi) in swi_is_allocated()
151 static bool swi_is_available(nrfx_swi_t swi) in swi_is_available()
156 static IRQn_Type swi_irq_number_get(nrfx_swi_t swi) in swi_irq_number_get()
165 static void swi_int_enable(nrfx_swi_t swi) in swi_int_enable()
184 static void swi_int_disable(nrfx_swi_t swi) in swi_int_disable()
196 static void swi_handler_setup(nrfx_swi_t swi, in swi_handler_setup()
205 static void swi_deallocate(nrfx_swi_t swi) in swi_deallocate()
220 for (nrfx_swi_t swi = NRFX_SWI_FIRST; swi <= NRFX_SWI_LAST; ++swi) in nrfx_swi_alloc() local
[all …]
/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()
180 __STATIC_INLINE uint32_t nrfx_swi_task_trigger_address_get(nrfx_swi_t swi, in nrfx_swi_task_trigger_address_get()
204 __STATIC_INLINE uint32_t nrfx_swi_event_triggered_address_get(nrfx_swi_t swi, in nrfx_swi_event_triggered_address_get()