Tool to change all interrupt priorities at once. Check the header file for supported mbed targets.
Dependents: CC3000_Hostdriver KL25Z_FFT_Demo cc3000_hello_world_demo cc3000_simple_socket_demo ... more
Example
#include "NVIC_set_all_priorities.h"
int main()
{
NVIC_set_all_irq_priorities(3);
.....
}
Revisions of NVIC_set_all_priorities.cpp
| Revision | Date | Message | Actions |
|---|---|---|---|
| 2:676bbfffe9f6 | 2013-10-02 | Fixed LPC13xx define | File Diff Annotate |
| 1:c091f2dbc0e5 | 2013-10-02 | added CR to the end of the .cpp file | File Diff Annotate |
| 0:d3f63dfa84b7 | 2013-09-19 | First release | File Diff Annotate |