Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/subsys/fs/fcb/
Dfcb_elem_info.c32 rc = fcb_flash_read(fcb, loc->fe_sector, loc->fe_elem_off, tmp_str, 2); in fcb_elem_crc8()
55 rc = fcb_flash_read(fcb, loc->fe_sector, off, tmp_str, blk_sz); in fcb_elem_crc8()
79 rc = fcb_flash_read(fcb, loc->fe_sector, off, &fl_crc8, sizeof(fl_crc8)); in fcb_elem_info()
Dfcb.c32 int fcb_flash_read(const struct fcb *fcb, const struct flash_sector *sector, in fcb_flash_read() function
294 rc = fcb_flash_read(fcb, sector, 0, fdap, sizeof(*fdap)); in fcb_sector_hdr_read()
/Zephyr-Core-2.7.6/include/fs/
Dfcb.h318 int fcb_flash_read(const struct fcb *fcb, const struct flash_sector *sector,