function allowing us to change all irq priorities at once
Outdated
Use the new library : NVIC_set_all_priorities
Usage
Import this tool as a library.
#include "KL25Z_irq_prio.h" int main() { ... NVIC_SetAllPriority(n); .... }
n
can be any number between 0 and 255.
Files at revision 1:d2dd5df65f0e
Name | Size | Actions |
---|---|---|
[up] | ||
KL25Z_irq_prio.cpp | 2460 | Revisions Annotate |
KL25Z_irq_prio.h | 934 | Revisions Annotate |