nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ IS_ZERO_LATENCY

#define IS_ZERO_LATENCY ( _flags)

#include <bm_irq.h>

Value:
COND_CODE_1(CONFIG_ZERO_LATENCY_IRQS, ((_flags) & IRQ_ZERO_LATENCY), (false))

Does a bitwise AND operation on _flags to check if IRQ_ZERO_LATENCY is set.