Home
last modified time | relevance | path

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

/Zephyr-latest/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()
185 uint8_t *data8 = (uint8_t *)data, buf[NVS_BLOCK_SIZE + NVS_DATA_CRC_SIZE], *pbuf; in nvs_flash_data_wrt()
242 uint8_t buf[NVS_BLOCK_SIZE]; in nvs_flash_block_cmp()
245 NVS_BLOCK_SIZE & ~(fs->flash_parameters->write_block_size - 1U); in nvs_flash_block_cmp()
273 uint8_t buf[NVS_BLOCK_SIZE]; in nvs_flash_cmp_const()
276 NVS_BLOCK_SIZE & ~(fs->flash_parameters->write_block_size - 1U); in nvs_flash_cmp_const()
304 uint8_t buf[NVS_BLOCK_SIZE]; in nvs_flash_block_move()
307 NVS_BLOCK_SIZE & ~(fs->flash_parameters->write_block_size - 1U); in nvs_flash_block_move()
1023 if (write_block_size > NVS_BLOCK_SIZE || write_block_size == 0) { in nvs_mount()