diff options
Diffstat (limited to 'code/fe310/eos/evt_def.h')
-rw-r--r-- | code/fe310/eos/evt_def.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/code/fe310/eos/evt_def.h b/code/fe310/eos/evt_def.h index a011638..ee08d7d 100644 --- a/code/fe310/eos/evt_def.h +++ b/code/fe310/eos/evt_def.h @@ -1,12 +1,12 @@ #define EOS_EVT_FLAG_NET_BUF_ACQ 0x1 -#define EOS_EVT_NET 0x10 -#define EOS_EVT_TIMER 0x20 -#define EOS_EVT_AUDIO 0x30 -#define EOS_EVT_UI 0x40 -#define EOS_EVT_USER 0x80 +#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_MAX_EVT 8 #define EOS_EVT_SIZE_Q 4 |