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

Homepage

Table of Contents

    Example

    #include "NVIC_set_all_priorities.h"
    int main()
    {
        NVIC_set_all_irq_priorities(3);
        .....
    }
    

    All wikipages