ekv

Crates

git

Versions

default

Flavors

ekv::config

Constant PAGE_SIZE

Source
pub const PAGE_SIZE: usize = raw::PAGE_SIZE; // 4_096usize
Expand description

Flash page size

This is the size of a flash page. A page is the smallest unit that can be erased at once, sometimes called a “sector” or “erase block”.

Doesn’t necessarily have to be a power of two.

Default: 4096.