blob: 62a2b90fcb2dd8f62f258f2fbb5c1ed0815f6a97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#define IRQ_PRIORITY_I2S 7
#define IRQ_PRIORITY_CTP 6
#define IRQ_PRIORITY_EGPIO 5
#define IRQ_PRIORITY_SPI_XCHG 5
#define IRQ_PRIORITY_NET_CTS 4
#define IRQ_PRIORITY_NET_RTS 4
#define IRQ_PRIORITY_UART 2
|