Home
last modified time | relevance | path

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

/hal_nordic-3.5.0/nrfx/haly/
Dnrfy_common.h67 #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-3.5.0/nrfx/drivers/src/
Dnrfx_pwm.c132 NRFY_IRQ_PRIORITY_SET(DMA_ISSUE_EGU_IRQn, p_config->irq_priority); in apply_errata_109()