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 this revision

API Documentation at this revision

Comitter:
frankvnk
Date:
Thu Aug 15 07:45:26 2013 +0000
Parent:
0:9769f959709d
Commit message:
removed mbed lib

Changed in this revision

mbed.bld Show diff for this revision Revisions of this file
diff -r 9769f959709d -r d2dd5df65f0e mbed.bld
--- a/mbed.bld	Wed Aug 14 19:31:37 2013 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/5798e58a58b1
\ No newline at end of file