summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/kinetis/chip.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-07 16:34:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-08-07 16:34:39 +0000
commit0d33157ab2d7a4688cbf529bffda107b31b73735 (patch)
treee38cd5f2099b2702b0ba79ec31a047fc280e975d /nuttx/arch/arm/src/kinetis/chip.h
parent6369c65dd8c42254ab59346c7ab20c74c54c0112 (diff)
downloadpx4-nuttx-0d33157ab2d7a4688cbf529bffda107b31b73735.tar.gz
px4-nuttx-0d33157ab2d7a4688cbf529bffda107b31b73735.tar.bz2
px4-nuttx-0d33157ab2d7a4688cbf529bffda107b31b73735.zip
Add Kinetis IRQ numbers
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3850 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/arm/src/kinetis/chip.h')
-rwxr-xr-xnuttx/arch/arm/src/kinetis/chip.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/arch/arm/src/kinetis/chip.h b/nuttx/arch/arm/src/kinetis/chip.h
index 93efce742..2f014ee52 100755
--- a/nuttx/arch/arm/src/kinetis/chip.h
+++ b/nuttx/arch/arm/src/kinetis/chip.h
@@ -828,12 +828,12 @@
#include "kinetis_memorymap.h"
/* NVIC priority levels *************************************************************/
-/* Each priority field holds a priority value, 0-31. The lower the value, the greater
+/* Each priority field holds a priority value, 0-15. The lower the value, the greater
* the priority of the corresponding interrupt. The processor implements only
- * bits[7:3] of each field, bits[2:0] read as zero and ignore writes.
+ * bits[7:4] of each field, bits[3:0] read as zero and ignore writes.
*/
-#define NVIC_SYSH_PRIORITY_MIN 0xf8 /* All bits[7:3] set is minimum priority */
+#define NVIC_SYSH_PRIORITY_MIN 0xf0 /* All bits[7:4] set is minimum priority */
#define NVIC_SYSH_PRIORITY_DEFAULT 0x80 /* Midpoint is the default */
#define NVIC_SYSH_PRIORITY_MAX 0x00 /* Zero is maximum priority */