Embassy
ekv

Crates

git

Versions

default

Flavors

Constant ekv::config::MAX_PAGE_COUNT

source ·
pub const MAX_PAGE_COUNT: usize = raw::MAX_PAGE_COUNT; // 256usize
Expand description

Maximum flash page count supported.

The actual page count is given at runtime by the Flash in use. This value is just a compile-time upper limit, used to size some in-memory and on-disk data structures. This allows supporting different memory sizes with the same binary.

Default: 256