BeRTOS
Defines
cfg_emb_flash.h File Reference

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.

Detailed Description

Configuration file for embedded flash module.

Author:
Daniele Basile <asterix@develer.com>

Definition in file cfg_emb_flash.h.


Define Documentation

#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.