1 #ifndef EVE_IRQ_PRIO_H_INCLUDED 2 #define EVE_IRQ_PRIO_H_INCLUDED 4 #include <app_util_platform.h> 51 EVE_IRQ_PRIORITY_HIGH = APP_IRQ_PRIORITY_HIGH,
52 EVE_IRQ_PRIORITY_MID = APP_IRQ_PRIORITY_MID,
53 EVE_IRQ_PRIORITY_LOW = APP_IRQ_PRIORITY_LOW,
54 EVE_IRQ_PRIORITY_LOWEST = APP_IRQ_PRIORITY_LOWEST,
EVE_IRQ_PRIORITIES
IRQ priorities.