Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_bellboard.h82 IRQn_Type interrupt_index = (IRQn_Type)((uint32_t)BELLBOARD_0_IRQn + group_idx); in nrfy_bellboard_int_init() local
92 NRFX_IRQ_PRIORITY_SET(interrupt_index, irq_priority); in nrfy_bellboard_int_init()
93 NRFX_IRQ_ENABLE(interrupt_index); in nrfy_bellboard_int_init()
110 IRQn_Type interrupt_index = (IRQn_Type)((uint32_t)BELLBOARD_0_IRQn + group_idx); in nrfy_bellboard_int_uninit() local
112 NRFX_IRQ_DISABLE(interrupt_index); in nrfy_bellboard_int_uninit()