Searched refs:nvs_flash_rd (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/fs/nvs/ |
D | nvs.c | 145 static int nvs_flash_rd(struct nvs_fs *fs, uint32_t addr, void *data, in nvs_flash_rd() function 225 return nvs_flash_rd(fs, addr, entry, sizeof(struct nvs_ate)); in nvs_flash_ate_rd() 249 rc = nvs_flash_rd(fs, addr, buf, bytes_to_cmp); in nvs_flash_block_cmp() 280 rc = nvs_flash_rd(fs, addr, buf, bytes_to_cmp); in nvs_flash_cmp_const() 311 rc = nvs_flash_rd(fs, addr, buf, bytes_to_copy); in nvs_flash_block_move() 1266 rc = nvs_flash_rd(fs, rd_addr, data, MIN(len, wlk_ate.len - NVS_DATA_CRC_SIZE)); in nvs_read_hist() 1275 rc = nvs_flash_rd(fs, rd_addr, &read_data_crc, sizeof(read_data_crc)); in nvs_read_hist()
|