Zephyr API 3.6.99
|
Flash memory parameters. More...
#include <flash.h>
Data Fields | |
const size_t | write_block_size |
Minimal write alignment and size. | |
uint8_t | erase_value |
Value the device is filled in erased areas. | |
Flash memory parameters.
Contents of this structure suppose to be filled in during flash device initialization and stay constant through a runtime.
uint8_t flash_parameters::erase_value |
Value the device is filled in erased areas.
const size_t flash_parameters::write_block_size |
Minimal write alignment and size.