You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
794 B
36 lines
794 B
/* 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> 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> AHB0 Cache Disable
|
|
// <i> Indicate whether AHB0 cache is disable or not
|
|
// <id> nvm_arch_cache0
|
|
#ifndef CONF_NVM_CACHE0
|
|
#define CONF_NVM_CACHE0 0
|
|
#endif
|
|
|
|
// <q> AHB1 Cache Disable
|
|
// <i> Indicate whether AHB1 cache is disable or not
|
|
// <id> nvm_arch_cache1
|
|
#ifndef CONF_NVM_CACHE1
|
|
#define CONF_NVM_CACHE1 0
|
|
#endif
|
|
|
|
// </h>
|
|
|
|
// <<< end of configuration section >>>
|
|
|
|
#endif // HPL_NVMCTRL_CONFIG_H
|
|
|