Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/fs/nvs/
Dnvs.c485 struct nvs_ate end_ate; in nvs_recover_last_ate() local
498 rc = nvs_flash_ate_rd(fs, ate_end_addr, &end_ate); in nvs_recover_last_ate()
502 if (nvs_ate_valid(fs, &end_ate)) { in nvs_recover_last_ate()
505 data_end_addr += end_ate.offset + end_ate.len; in nvs_recover_last_ate()
/Zephyr-latest/subsys/fs/zms/
Dzms.c557 struct zms_ate end_ate; in zms_recover_last_ate() local
571 rc = zms_flash_ate_rd(fs, ate_end_addr, &end_ate); in zms_recover_last_ate()
575 if (zms_ate_valid(fs, &end_ate)) { in zms_recover_last_ate()
578 if (end_ate.len > ZMS_DATA_IN_ATE_SIZE) { in zms_recover_last_ate()
579 data_end_addr += end_ate.offset + zms_al_size(fs, end_ate.len); in zms_recover_last_ate()