Searched refs:IRQ_ZERO_LATENCY (Results 1 – 13 of 13) sorted by relevance
86 #define IRQ_ZERO_LATENCY BIT(0)97 BUILD_ASSERT(((flags_p & IRQ_ZERO_LATENCY) && \118 BUILD_ASSERT(IS_ENABLED(CONFIG_ZERO_LATENCY_IRQS) || !(flags_p & IRQ_ZERO_LATENCY), \127 BUILD_ASSERT(IS_ENABLED(CONFIG_ZERO_LATENCY_IRQS) || !(flags_p & IRQ_ZERO_LATENCY), \
20 #define IRQ_ZERO_LATENCY BIT(1) /* Unused in this board*/ macro
169 NULL, IRQ_ZERO_LATENCY); in ZTEST()175 NULL, IRQ_ZERO_LATENCY); in ZTEST()
18 flags |= IRQ_ZERO_LATENCY; in nrf_802154_irq_init()
83 IRQ_ZERO_LATENCY); in ZTEST()
78 if (IS_ENABLED(CONFIG_ZERO_LATENCY_IRQS) && (flags & IRQ_ZERO_LATENCY)) { in z_soc_irq_priority_set()
73 if (IS_ENABLED(CONFIG_ZERO_LATENCY_IRQS) && (flags & IRQ_ZERO_LATENCY)) { in z_arm_irq_priority_set()
13 In particular, it tests that IRQs configured with the IRQ_ZERO_LATENCY
43 IRQ_ZERO_LATENCY : 0); in init_zli_timer0()
417 IRQ_ZERO_LATENCY)), \
701 IRQ_ZERO_LATENCY)), \
40 #define IRQ_CONNECT_FLAGS IRQ_ZERO_LATENCY
177 flag :c:macro:`IRQ_ZERO_LATENCY` must be passed to :c:macro:`IRQ_CONNECT` or