Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
Generated on Fri Aug 5 2022 07:43:23 by
1.7.2