blob: ee08d7d3cea1a0659b8b2adaa68966821b3845db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#define EOS_EVT_FLAG_NET_BUF_ACQ 0x1
#define EOS_EVT_TIMER 0x10
#define EOS_EVT_AUDIO 0x20
#define EOS_EVT_NET 0x30
#define EOS_EVT_SPI 0x40
#define EOS_EVT_USER 0x50
#define EOS_EVT_MAX_EVT 8
#define EOS_EVT_MASK 0xF0
#define EOS_EVT_SIZE_Q 4
|