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()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()