From ec0caa569b356f186e87c13e50550ca1b807dde6 Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Sun, 4 Sep 2022 18:16:20 +0200 Subject: eve support when i2s is running --- fw/fe310/eos/soc/timer.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'fw/fe310/eos/soc/timer.h') diff --git a/fw/fe310/eos/soc/timer.h b/fw/fe310/eos/soc/timer.h index 0309454..6e77502 100644 --- a/fw/fe310/eos/soc/timer.h +++ b/fw/fe310/eos/soc/timer.h @@ -1,10 +1,11 @@ #include #define EOS_TIMER_ETYPE_UI 1 -#define EOS_TIMER_ETYPE_ECP 2 -#define EOS_TIMER_ETYPE_USER 4 +#define EOS_TIMER_ETYPE_EVE 2 +#define EOS_TIMER_ETYPE_ECP 3 +#define EOS_TIMER_ETYPE_USR 4 -#define EOS_TIMER_MAX_ETYPE 4 +#define EOS_TIMER_MAX_ETYPE 8 #define EOS_TIMER_NONE -1 #define EOS_TIMER_RTC_FREQ 32768 -- cgit v1.2.3