Searched refs:NVS_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
29 #define NVS_BLOCK_SIZE 32 macro
109 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()