Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/fs/fcb/
Dfcb.c102 struct flash_sector *oldest_sector = NULL, *newest_sector = NULL; in fcb_init() local
137 oldest_sector = newest_sector = sector; in fcb_init()
145 oldest_sector = sector; in fcb_init()
152 oldest_sector = newest_sector = &fcb->f_sectors[0]; in fcb_init()
153 rc = fcb_sector_hdr_init(fcb, oldest_sector, 0); in fcb_init()
160 fcb->f_oldest = oldest_sector; in fcb_init()