]> git.earman.xyz Git - sensor-watch.git/commitdiff
disable all external interrupts by default
authorJoey Castillo <jose.castillo@gmail.com>
Wed, 25 Aug 2021 18:14:30 +0000 (12:14 -0600)
committerJoey Castillo <jose.castillo@gmail.com>
Wed, 25 Aug 2021 18:14:30 +0000 (12:14 -0600)
watch-library/config/hpl_eic_config.h

index ca3ff672074c4fa2b20ff291d70c9da0a56663bf..46aba150f245adf322cc0b7708d05680a96e7d8a 100644 (file)
 // <e> Interrupt 2 Settings
 // <id> 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
 
 // <q> External Interrupt 2 Filter Enable
 // <i> This defines input sense trigger
 // <id> 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
 
 // <q> External Interrupt 2 Asynchronous Edge Detection Mode
 // <e> Interrupt 6 Settings
 // <id> 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
 
 // <q> External Interrupt 6 Filter Enable
 // <i> This defines input sense trigger
 // <id> 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
 
 // <q> External Interrupt 6 Asynchronous Edge Detection Mode
 // <e> Interrupt 7 Settings
 // <id> 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
 
 // <q> External Interrupt 7 Filter Enable
 // <i> This defines input sense trigger
 // <id> 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
 
 // <q> External Interrupt 7 Asynchronous Edge Detection Mode