1 /* Auto-generated config file hpl_nvmctrl_config.h */ 2 #ifndef HPL_NVMCTRL_CONFIG_H 3 #define HPL_NVMCTRL_CONFIG_H 4 5 // <<< Use Configuration Wizard in Context Menu >>> 6 7 // <h> Basic Settings 8 9 // <o> Read Mode Selection 10 // <0x00=> No Miss Penalty 11 // <0x01=> Low Power 12 // <0x02=> Deterministic 13 // <id> nvm_arch_read_mode 14 #ifndef CONF_NVM_READ_MODE 15 #define CONF_NVM_READ_MODE 0 16 #endif 17 18 // <o> Power Reduction Mode During Sleep 19 // <0x00=> Wake On Access 20 // <0x01=> Wake Up Instant 21 // <0x03=> Disabled 22 // <id> nvm_arch_sleepprm 23 #ifndef CONF_NVM_SLEEPPRM 24 #define CONF_NVM_SLEEPPRM 0 25 #endif 26 27 // <q> Cache Disable 28 // <i> Indicate whether cache is disable or not 29 // <id> nvm_arch_cache 30 #ifndef CONF_NVM_CACHE 31 #define CONF_NVM_CACHE 0 32 #endif 33 34 // </h> 35 36 // <<< end of configuration section >>> 37 38 #endif // HPL_NVMCTRL_CONFIG_H 39