blob: 0105457c42e7e96fabe0f6b6bd6f3e7dd562e5c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#define EOS_EVT_TIMER 0x10
#define EOS_EVT_I2S 0x20
#define EOS_EVT_NET 0x30
#define EOS_EVT_SPI 0x40
#define EOS_EVT_UART 0x50
#define EOS_EVT_EGPIO 0x60
#define EOS_EVT_USER 0x70
#define EOS_EVT_USER1 0x80
#define EOS_EVT_MAX 8
#define EOS_EVT_MASK 0xF0
#define EOS_EVT_SIZE_Q 4
|