From c35e8e2b07e971c587bda9a4c28a5916312fd4cd Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Wed, 25 Aug 2021 12:14:30 -0600 Subject: disable all external interrupts by default --- watch-library/config/hpl_eic_config.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'watch-library') diff --git a/watch-library/config/hpl_eic_config.h b/watch-library/config/hpl_eic_config.h index ca3ff672..46aba150 100644 --- a/watch-library/config/hpl_eic_config.h +++ b/watch-library/config/hpl_eic_config.h @@ -138,7 +138,7 @@ // Interrupt 2 Settings // eic_arch_enable_irq_setting2 #ifndef CONF_EIC_ENABLE_IRQ_SETTING2 -#define CONF_EIC_ENABLE_IRQ_SETTING2 1 +#define CONF_EIC_ENABLE_IRQ_SETTING2 0 #endif // External Interrupt 2 Filter Enable @@ -165,7 +165,7 @@ // This defines input sense trigger // eic_arch_sense2 #ifndef CONF_EIC_SENSE2 -#define CONF_EIC_SENSE2 EIC_NMICTRL_NMISENSE_RISE_Val +#define CONF_EIC_SENSE2 EIC_NMICTRL_NMISENSE_NONE_Val #endif // External Interrupt 2 Asynchronous Edge Detection Mode @@ -306,7 +306,7 @@ // Interrupt 6 Settings // eic_arch_enable_irq_setting6 #ifndef CONF_EIC_ENABLE_IRQ_SETTING6 -#define CONF_EIC_ENABLE_IRQ_SETTING6 1 +#define CONF_EIC_ENABLE_IRQ_SETTING6 0 #endif // External Interrupt 6 Filter Enable @@ -333,7 +333,7 @@ // This defines input sense trigger // eic_arch_sense6 #ifndef CONF_EIC_SENSE6 -#define CONF_EIC_SENSE6 EIC_NMICTRL_NMISENSE_RISE_Val +#define CONF_EIC_SENSE6 EIC_NMICTRL_NMISENSE_NONE_Val #endif // External Interrupt 6 Asynchronous Edge Detection Mode @@ -348,7 +348,7 @@ // Interrupt 7 Settings // eic_arch_enable_irq_setting7 #ifndef CONF_EIC_ENABLE_IRQ_SETTING7 -#define CONF_EIC_ENABLE_IRQ_SETTING7 1 +#define CONF_EIC_ENABLE_IRQ_SETTING7 0 #endif // External Interrupt 7 Filter Enable @@ -375,7 +375,7 @@ // This defines input sense trigger // eic_arch_sense7 #ifndef CONF_EIC_SENSE7 -#define CONF_EIC_SENSE7 EIC_NMICTRL_NMISENSE_RISE_Val +#define CONF_EIC_SENSE7 EIC_NMICTRL_NMISENSE_NONE_Val #endif // External Interrupt 7 Asynchronous Edge Detection Mode -- cgit v1.2.3