Embassy
ekv

Crates

git

Versions

default

Flavors

Constant ekv::config::ERASE_VALUE

source ·
pub const ERASE_VALUE: u8 = _; // 255u8
Expand description

Value of flash memory bytes after erasing.

This must be set to the value that all bytes in a page become after erasing it. For most NOR flash, it is 0xFF. However, some are “inverted”, and the erase value is 0x00.

Supported values: 0x00, 0xFF.

Default: 0xFF.