Frank Vannieuwkerke / KL25Z_irq_proirities
Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers KL25Z_irq_prio.h Source File

KL25Z_irq_prio.h

00001 /**************************************************************************************************
00002  *****                                                                                        *****
00003  *****  Name: KL25Z_irq_prio.h                                                                *****
00004  *****  Date: 14/08/2013                                                                      *****
00005  *****  Auth: Frank Vannieuwkerke                                                             *****
00006  *****  Func: library for changing all IRQ priorities at once                                 *****
00007  *****                                                                                        *****
00008  **************************************************************************************************/
00009 
00010 #include "mbed.h"
00011 
00012 #ifndef KL25Z_IRQ_PRIO_H
00013 #define KL25Z_IRQ_PRIO_H
00014  
00015 void NVIC_SetAllPriority(int prio);
00016 
00017 #endif