summaryrefslogtreecommitdiffstats
path: root/watch-library/shared/config/hpl_nvmctrl_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'watch-library/shared/config/hpl_nvmctrl_config.h')
-rwxr-xr-xwatch-library/shared/config/hpl_nvmctrl_config.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/watch-library/shared/config/hpl_nvmctrl_config.h b/watch-library/shared/config/hpl_nvmctrl_config.h
new file mode 100755
index 00000000..76d49bac
--- /dev/null
+++ b/watch-library/shared/config/hpl_nvmctrl_config.h
@@ -0,0 +1,38 @@
+/* Auto-generated config file hpl_nvmctrl_config.h */
+#ifndef HPL_NVMCTRL_CONFIG_H
+#define HPL_NVMCTRL_CONFIG_H
+
+// <<< Use Configuration Wizard in Context Menu >>>
+
+// <h> Basic Settings
+
+// <o> Read Mode Selection
+// <0x00=> No Miss Penalty
+// <0x01=> Low Power
+// <0x02=> Deterministic
+// <id> nvm_arch_read_mode
+#ifndef CONF_NVM_READ_MODE
+#define CONF_NVM_READ_MODE 1
+#endif
+
+// <o> Power Reduction Mode During Sleep
+// <0x00=> Wake On Access
+// <0x01=> Wake Up Instant
+// <0x03=> Disabled
+// <id> nvm_arch_sleepprm
+#ifndef CONF_NVM_SLEEPPRM
+#define CONF_NVM_SLEEPPRM 0
+#endif
+
+// <q> Cache Disable
+// <i> Indicate whether cache is disable or not
+// <id> nvm_arch_cache
+#ifndef CONF_NVM_CACHE
+#define CONF_NVM_CACHE 0
+#endif
+
+// </h>
+
+// <<< end of configuration section >>>
+
+#endif // HPL_NVMCTRL_CONFIG_H