Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
flash_parameters Struct Reference

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.
 

Detailed Description

Flash memory parameters.

Contents of this structure suppose to be filled in during flash device initialization and stay constant through a runtime.

Field Documentation

◆ erase_value

uint8_t flash_parameters::erase_value

Value the device is filled in erased areas.

◆ write_block_size

const size_t flash_parameters::write_block_size

Minimal write alignment and size.


The documentation for this struct was generated from the following file: