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.
mbed.bld@0:9769f959709d, 2013-08-14 (annotated)
- Committer:
- frankvnk
- Date:
- Wed Aug 14 19:31:37 2013 +0000
- Revision:
- 0:9769f959709d
first release
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
frankvnk | 0:9769f959709d | 1 | http://mbed.org/users/mbed_official/code/mbed/builds/5798e58a58b1 |