Home
last modified time | relevance | path

Searched refs:MAX_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/arch/x86/core/intel64/
Dirq.c52 const int MAX_PRIORITY = 13; in z_x86_allocate_vector() local
56 if (priority >= MAX_PRIORITY) { in z_x86_allocate_vector()
57 priority = MAX_PRIORITY; in z_x86_allocate_vector()
/Zephyr-latest/drivers/dma/
Ddma_xmc4xxx.c20 #define MAX_PRIORITY 7 macro
136 if (config->channel_priority > MAX_PRIORITY) { in dma_xmc4xxx_config()