10.6.4.4 Enum nvm_cache_readmode
Control how the NVM cache prefetch data from flash.
Enum value | Description |
---|---|
NVM_CACHE_READMODE_NO_MISS_PENALTY |
The NVM Controller (cache system) does not insert wait states on a cache miss. Gives the best system performance. |
NVM_CACHE_READMODE_LOW_POWER |
Reduces power consumption of the cache system, but inserts a wait state each time there is a cache miss |
NVM_CACHE_READMODE_DETERMINISTIC |
The cache system ensures that a cache hit or miss takes the same amount of time, determined by the number of programmed flash wait states |