Home
last modified time | relevance | path

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

/hal_nordic-latest/nrfx/haly/
Dnrfy_common.h76 #define NRFY_IRQ_PRIORITY_SET(irq_number, priority) NRFX_IRQ_PRIORITY_SET(irq_number, priority) macro
Dnrfy_comp.h130 NRFY_IRQ_PRIORITY_SET(nrfx_get_irq_number(p_reg), irq_priority); in nrfy_comp_int_init()
Dnrfy_nfct.h159 NRFY_IRQ_PRIORITY_SET(nfct_irq, irq_priority); in nrfy_nfct_int_init()
/hal_nordic-latest/nrfx/drivers/src/
Dnrfx_vevif.c91 NRFY_IRQ_PRIORITY_SET((VPRCLIC_0_IRQn + i), interrupt_priority); in nrfx_vevif_init()
Dnrfx_pwm.c132 NRFY_IRQ_PRIORITY_SET(DMA_ISSUE_EGU_IRQn, p_config->irq_priority); in apply_errata_109()