![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| #define BM_IRQ_SET_PRIORITY | ( | _irqn, | |
| _prio ) |
#include <bm_irq.h>
Sets the priority of an IRQ.
Wrapper around NVIC_SetPriority that verifies at build time that the priority is within the valid range (2–7).
_prio is within the valid range.| _irqn | IRQ number. |
| _prio | NVIC interrupt priority. |