BeRTOS
|
Configuration file for embedded flash module. More...
Go to the source code of this file.
Defines | |
#define | CONFIG_FLASH_EMB_LOG_LEVEL LOG_LVL_INFO |
Module logging level. | |
#define | CONFIG_FLASH_EMB_LOG_FORMAT LOG_FMT_TERSE |
module logging format. | |
#define | CONFIG_FLASH_WR_TIMEOUT 100 |
Write emb flash timeout. | |
#define | CONFIG_FLASH_DISABLE_OLD_API 0 |
Check this to disable embedded flash deprecated API support. |
Configuration file for embedded flash module.
Definition in file cfg_emb_flash.h.
#define CONFIG_FLASH_WR_TIMEOUT 100 |
Write emb flash timeout.
For how many milliseconds the cpu wait to complete write operation.
Definition at line 64 of file cfg_emb_flash.h.