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

Macros

#define BM_IRQ_OFFSET   0
 Priority offset between Bare Metal and Zephyr interrupt priorities.
 
#define IS_ZERO_LATENCY(_flags)
 Does a bitwise AND operation on _flags to check if IRQ_ZERO_LATENCY is set.
 
#define BM_IRQ_DIRECT_CONNECT(_irqn, _prio, _handler, _flags)
 Connect an IRQ to a handler with the specified priority.
 
#define BM_IRQ_SET_PRIORITY(_irqn, _prio)
 Sets the priority of an IRQ.
 

Detailed Description