Home
last modified time | relevance | path

Searched refs:NVS_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/subsys/fs/nvs/
Dnvs_priv.h29 #define NVS_BLOCK_SIZE 32 macro
Dnvs.c109 uint8_t buf[NVS_BLOCK_SIZE]; in nvs_flash_al_wrt()
209 uint8_t buf[NVS_BLOCK_SIZE]; in nvs_flash_block_cmp()
212 NVS_BLOCK_SIZE & ~(fs->flash_parameters->write_block_size - 1U); in nvs_flash_block_cmp()
240 uint8_t cmp[NVS_BLOCK_SIZE]; in nvs_flash_cmp_const()
243 NVS_BLOCK_SIZE & ~(fs->flash_parameters->write_block_size - 1U); in nvs_flash_cmp_const()
265 uint8_t buf[NVS_BLOCK_SIZE]; in nvs_flash_block_move()
268 NVS_BLOCK_SIZE & ~(fs->flash_parameters->write_block_size - 1U); in nvs_flash_block_move()
966 if (write_block_size > NVS_BLOCK_SIZE || write_block_size == 0) { in nvs_mount()